Skip to content

Commit

Permalink
chore(release): 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Dec 22, 2023
1 parent 1d3b9db commit a69926e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.2 (2023-12-22)


### Bug Fixes

* release script ([1d3b9db](https://github.com/f3rno64/to-numbers/commit/1d3b9dbf6fa82628c6cc225dfd1e7d8a634b67e5))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "to-numbers",
"version": "0.0.1",
"version": "0.0.2",
"description": "A utility library for parsing numbers from words.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,9 +26,8 @@
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"update-deps": "updates -u -g -c",
"update-version": "standard-version",
"prepare": "husky install",
"prepublish": "npm run build",
"prepare": "npm run lint && npm run test && npm run build && npm run docs",
"prepublish": "npm run build",
"release": "npm run prepare && npm run update-version && git push --follow-tags origin main && npm publish"
},
"devDependencies": {
Expand Down

0 comments on commit a69926e

Please sign in to comment.