Skip to content

Commit

Permalink
docs: ✏️ update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DarinRowe committed Nov 24, 2020
1 parent 81b8fde commit 5f15aa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## [1.0.1](https://github.com/DarinRowe/googletrans/compare/v1.0.0...v1.0.1) (2020-11-24)


### Bug Fixes

* upgrade axios from 0.19.2 to 0.21.0 ([58702c3](https://github.com/DarinRowe/googletrans/commit/58702c34578266736caa0aa11385ee5f10f6c6ee))

### 1.0.0 (May 12, 2020)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googletrans",
"version": "1.0.0",
"version": "1.0.1",
"description": "Free and Unlimited Google translate API for node.js",
"files": [
"lib/**/*"
Expand All @@ -11,7 +11,7 @@
"build": "tsc && node_modules/.bin/webpack",
"coveralls": "coveralls < coverage/lcov.info",
"commit": "npx git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,4 +55,4 @@
"webpack": "^5.6.0",
"webpack-cli": "^4.1.0"
}
}
}

0 comments on commit 5f15aa0

Please sign in to comment.