diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a086c..c3c34cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/ashutosh-ukey/bare-node-proj/compare/v1.0.0...v1.0.1) (2023-01-12) + + +### Fixes + +* rand readme change ([2662409](https://github.com/ashutosh-ukey/bare-node-proj/commit/26624091d75f7a44f6dc88025a8b81785472f8be)) + ## [1.0.0](https://github.com/ashutosh-ukey/bare-node-proj/compare/v0.2.1...v1.0.0) (2022-11-14) diff --git a/package.json b/package.json index d47e815..ce80afc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ashuk203/bare-node-proj", - "version": "1.0.0", + "version": "1.0.1", "description": "A demo Github repo to test creating an npm package", "main": "dist/index.js", "types": "dist/index.d.ts",