We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2662409 commit 0338af3Copy full SHA for 0338af3
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.0.1](https://github.com/ashutosh-ukey/bare-node-proj/compare/v1.0.0...v1.0.1) (2023-01-12)
4
+
5
6
+### Fixes
7
8
+* rand readme change ([2662409](https://github.com/ashutosh-ukey/bare-node-proj/commit/26624091d75f7a44f6dc88025a8b81785472f8be))
9
10
## [1.0.0](https://github.com/ashutosh-ukey/bare-node-proj/compare/v0.2.1...v1.0.0) (2022-11-14)
11
12
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",
0 commit comments