fix: Add v1.2.0 historical snapshot and bump version to 1.3.0 #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes a botched 1.2.0 deployment and prepares for the 1.3.0 release.
Problem
The GitHub Release 1.2.0 was created on Nov 5, 2025, but it failed to deploy correctly because the version number in
tokens/token-list.jsonwas still set to1.1.0at the time of the release. This caused:v1.1.0.jsonfile instead ofv1.2.0.jsonv1.2.0.jsonendpoint on GitHub Pages to return a 404latest.jsonto still point to version 1.1.0Solution
Add
versions/v1.2.0.json- Manually created from the 1.2.0 tag content with the correct version number. This historical snapshot will be included in the next deployment.Bump version to 1.3.0 - Updated
tokens/token-list.jsonto version 1.3.0 so the next release will deploy correctly.Verification
After this PR is merged and release 1.3.0 is created:
https://requestnetwork.github.io/request-token-list/v1.2.0.jsonwill return the 1.2.0 token listhttps://requestnetwork.github.io/request-token-list/v1.3.0.jsonwill return the 1.3.0 token listhttps://requestnetwork.github.io/request-token-list/latest.jsonwill point to 1.3.0Release Instructions
After merging this PR:
1.3.0Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.