Skip to content

Commit

Permalink
Bump to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm committed Jan 17, 2023
1 parent 080f377 commit 432cb66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 7.5.0

- Add type declaration to the build #694 #695

# 7.4.0

- Fix esm import in cjs project #761
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "i18next-parser",
"description": "Command Line tool for i18next",
"version": "7.4.0",
"version": "7.5.0",
"type": "module",
"license": "MIT",
"author": "Karel Ledru",
Expand All @@ -21,7 +21,7 @@
"test:watch": "mocha -r @babel/register -r @babel/polyfill --watch --parallel --recursive",
"watch": "babel src -d dist -w",
"prettify": "prettier --write \"{src,test}/**/*.js\"",
"build": "babel src -d dist&&cp index.d.ts dist",
"build": "babel src -d dist && cp index.d.ts dist",
"prepare": "husky install",
"prepublishOnly": "yarn -s prettify && yarn -s build"
},
Expand Down

0 comments on commit 432cb66

Please sign in to comment.