diff --git a/README.md b/README.md index 85d7374..1845006 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,8 @@ to ensure your development copy loads the local version of this package. When you're ready, create a PR on this repository. Once it is merged into main, run `npm update` in the two applications to pull the latest `main`, and create PRs for the changes to `package-lock.json`. Once they are merged and deployed, the latest changes will be used. + +## Releasing + +- Update the version number in `package.json` +- Tag the new release in GitHub diff --git a/package.json b/package.json index cbce460..36eb0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/ds-caselaw-frontend", - "version": "2.0.4", + "version": "2.0.7", "description": "Shared styles for the National Archives Find Case Law project", "main": "src/main.scss", "scripts": {