Skip to content

Commit

Permalink
Bumped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed May 20, 2017
1 parent 541a643 commit 9f0fb23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
This file contains highlights of what changes on each version of the [Akismet for JS](https://github.com/cedx/akismet.js) library.

## Version 8.0.1
- Fixed a code generation bug.
- Updated the package dependencies.

## Version 8.0.0
- Breaking change: properties representing URLs as strings now use instances of the [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) class.
- Breaking change: raised the required [Node.js](https://nodejs.org) version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": "https://github.com/cedx/akismet.js/issues",
"license": "Apache-2.0",
"repository": "cedx/akismet.js",
"version": "8.0.0",
"version": "8.0.1",

"main": "./lib/index",
"module": "./src/index",
Expand Down

0 comments on commit 9f0fb23

Please sign in to comment.