diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b416fb..49c4aee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# HEAD +# 17.0.1 ## Bug Fixes diff --git a/README.md b/README.md index 6cfd2d74..3dc1f19e 100755 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ name. To publish a release to NPM, use the following steps: (use [Semantic Versioning](https://semver.org/) to determine what the new version number should be). 3. Update the package README [assets/package/README.md](https://github.com/mozilla/protocol/blob/main/assets/package/README.md). -4. Run `npm install` to update the package-lock.json file. +4. Update the package `version` number in the root [package.json](https://github.com/mozilla/protocol/blob/main/package.json) file and then run `npm install` to update the `package-lock.json` file. 5. Submit a pull request with your changes (or commit directly to `main` if you have permission). Once the changes have been merged to main: 6. Tag a new release. You can do this either using [Git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging), diff --git a/assets/package/README.md b/assets/package/README.md index c75dee0b..12221cea 100644 --- a/assets/package/README.md +++ b/assets/package/README.md @@ -20,7 +20,11 @@ Install package with NPM and add it to your dependencies: