diff --git a/CHANGELOG.md b/CHANGELOG.md index 88626f2..f0663ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## 0.56.1 - 2024-04-04 + +### Updated + +- Updated README with versioning instructions + ## 0.56.0 - 2024-04-04 ### Added diff --git a/README.md b/README.md index 4905adb..a116b30 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,11 @@ is: IT or Security term to describe the higher level category of the asset. > These are defined in [`src/schemas`](src/schemas). + +## Versioning this package + +1. Update the `CHANGELOG.md` file with the new version number and the changes + made in that version. +2. Stage your changes, and as the last commit, run `yarn version` to bump the + package number and tag the commit. +3. Push your changes. diff --git a/package.json b/package.json index 77f4943..630c39b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/data-model", - "version": "0.56.0", + "version": "0.56.1", "description": "Automatically generated package.json, please edit manually", "repository": { "type": "git",