From 9f0fb2370c8c0224e67022ed60ef4ae786d3d86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Sat, 20 May 2017 03:31:46 +0200 Subject: [PATCH] Bumped the version number --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",