update NPM package version (#336)

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-05-28 08:15:41 +02:00
committed by GitHub
parent 413819facd
commit 8a730f42cc
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -4,7 +4,11 @@ Prior to the first stable release we neither have formal release processes nor d
To create a new pre-release:
1. Create a release PR which updates the versions in the workspace `Cargo.toml` and updates the `CHANGELOG.md` accordingly.
1. Create a release PR which, if necessary:
- Updates the versions in the workspace `Cargo.toml`
- Updates the version in each crate `Cargo.toml`
- Updates the version of the NPM package in `js/resolc/package.json`
- Updates the `CHANGELOG.md` to reflect all observable changes
2. If the CI passes, merge the release PR.
3. Push a `vX.Y.Z` tag that has the same version as in `Cargo.toml`
4. The release workflow will attempt to build and publish a new pre-release if the latest tag does match the cargo package version.
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@parity/resolc",
"license": "Apache-2.0",
"version": "0.1.0-dev.16",
"version": "0.1.0",
"author": "Parity <admin@parity.io> (https://parity.io)",
"module": "index.ts",
"types": "./dist/index.d.ts",
+1 -1
View File
@@ -44,7 +44,7 @@
},
"js/resolc": {
"name": "@parity/resolc",
"version": "0.1.0-dev.16",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@types/node": "^22.9.0",