diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e175c3..907c5dbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 230be1a9..eacdd18d 100644 --- a/package.json +++ b/package.json @@ -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",