Skip to content

Commit

Permalink
chore: added changeset changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Apr 27, 2022
1 parent a6337cf commit 8d5857b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.2

### Patch Changes

- adding changesets and dual deployment to npm and gpr

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ To add a changeset run:
yarn run changeset
```

And select the type of version bump you'd like (major, minor, path).
And select the type of version bump you'd like (major, minor, patch).

You can document the change in detail and format it properly using Markdown by opening the ".md" file that the "yarn changeset" command created in the ".changeset" folder. Open the file, it should look something like this:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lottiefiles/lottie-interactivity",
"description": "This is a small effects and interactivity library written to be paired with the Lottie Web Player",
"version": "1.5.1",
"version": "1.5.2",
"license": "MIT",
"main": "./dist/lottie-interactivity.min.js",
"module": "./dist/lottie-interactivity.es.js",
Expand Down

0 comments on commit 8d5857b

Please sign in to comment.