Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme and release v0.56.1 #199

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading