Skip to content

Commit

Permalink
fix(marshal): Manually intervene in choice of semver for 1.6.0 instea…
Browse files Browse the repository at this point in the history
…d of 2.0.0
  • Loading branch information
kriskowal committed Oct 22, 2024
1 parent 36344bf commit c242c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions packages/marshal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.0](https://github.com/endojs/endo/compare/@endo/marshal@1.5.4...@endo/marshal@2.0.0) (2024-10-22)
## [1.6.0](https://github.com/endojs/endo/compare/@endo/marshal@1.5.4...@endo/marshal@1.6.0) (2024-10-22)


### ⚠ BREAKING CHANGES

* **marshal:** Update compareRank to terminate comparability at the first remotable (#2597)

### Bug Fixes

* **marshal:** Update compareRank to terminate comparability at the first remotable ([#2597](https://github.com/endojs/endo/issues/2597)) ([1dea84d](https://github.com/endojs/endo/commit/1dea84d316eb412d864042ffb08b4b6420092a7c)), closes [#2588](https://github.com/endojs/endo/issues/2588)


Expand Down
2 changes: 1 addition & 1 deletion packages/marshal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@endo/marshal",
"version": "2.0.0",
"version": "1.6.0",
"description": "marshal: encoding and deconding of Passable subgraphs",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit c242c28

Please sign in to comment.