Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan.johnson@taxjar.com committed Feb 9, 2022
1 parent 8e32996 commit 665c098
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.0.1] - 2022-02-09
- Patch vulnerability in json-schema dependency
- Patch vulnerabilities in Mocha and ESLint developer dependencies

## [4.0.0] - 2021-08-10
- Update dependencies to patch vulnerabilities
- Fix test suite to work using TaxJar production API token
Expand Down Expand Up @@ -102,7 +106,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.0.0] - 2015-07-22
- Initial release

[Unreleased]: https://github.com/taxjar/taxjar-node/compare/v4.0.0...HEAD
[Unreleased]: https://github.com/taxjar/taxjar-node/compare/v4.0.1...HEAD
[4.0.1]: https://github.com/taxjar/taxjar-node/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/taxjar/taxjar-node/compare/v3.2.2...v4.0.0
[3.2.2]: https://github.com/taxjar/taxjar-node/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/taxjar/taxjar-node/compare/v3.2.0...v3.2.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taxjar",
"version": "4.0.0",
"version": "4.0.1",
"description": "TaxJar Sales Tax API for Node",
"homepage": "https://github.com/taxjar/taxjar-node",
"author": "TaxJar <jake@taxjar.com> (https://www.taxjar.com/)",
Expand Down

0 comments on commit 665c098

Please sign in to comment.