From f9f7ba9000f6be644df9d0e9d83ece15fbafc9ba Mon Sep 17 00:00:00 2001 From: Gottfried Chen Date: Wed, 30 Jun 2021 14:53:03 +0200 Subject: [PATCH] update readme --- CHANGELOG.md | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138287f..48e24c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.3.1 & 1.3.2 + +### Updated +- Updated `README.md` publishing info. + ## 1.3.0 ## Added diff --git a/README.md b/README.md index 5776520..4d8d063 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ To test the template run `yarn test`. This will create a new project in `templat ### How to publish a new version +**DO NOT** increase the build version in `package.json` and don't add a git tag. `npx np` will do that for you in the next step. + To publish new versions use np (https://www.npmjs.com/package/np). ```sh