From 8d5857b40119ca49c8c22baf429159f139cffb49 Mon Sep 17 00:00:00 2001 From: samuelOsborne Date: Wed, 27 Apr 2022 15:20:56 +0200 Subject: [PATCH] chore: added changeset changelog and version bump --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5fce5..0e5d320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.2 + +### Patch Changes + +- adding changesets and dual deployment to npm and gpr + ## 1.5.1 ### Patch Changes diff --git a/README.md b/README.md index e4e7453..900af37 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index adae7ee..ac0391a 100644 --- a/package.json +++ b/package.json @@ -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",