diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d32bfff..ffcc89ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Version History +## Version 3.2.1 (2019-08-29) +Bugfix release, because I had to unpublish from npm + ## Version 3.2.0 (2019-08-29) ### Fixed * Fixed issue with SSL Certificates and FireFox 60.x ESR (issue#85) diff --git a/Hyphenopoly.js b/Hyphenopoly.js index 7528af6c..f6fcea72 100644 --- a/Hyphenopoly.js +++ b/Hyphenopoly.js @@ -1,5 +1,5 @@ /** - * @license Hyphenopoly 3.2.0 - client side hyphenation for webbrowsers + * @license Hyphenopoly 3.2.1 - client side hyphenation for webbrowsers * ©2019 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/Hyphenopoly_Loader.js b/Hyphenopoly_Loader.js index 519e6438..e43c7101 100644 --- a/Hyphenopoly_Loader.js +++ b/Hyphenopoly_Loader.js @@ -1,5 +1,5 @@ /** - * @license Hyphenopoly_Loader 3.2.0 - client side hyphenation + * @license Hyphenopoly_Loader 3.2.1 - client side hyphenation * ©2019 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/hyphenEngine.asm.js b/hyphenEngine.asm.js index 1d411d45..73f5bc79 100644 --- a/hyphenEngine.asm.js +++ b/hyphenEngine.asm.js @@ -1,5 +1,5 @@ /** - * @license hyphenEngine.asm.js 3.2.0 - client side hyphenation for webbrowsers + * @license hyphenEngine.asm.js 3.2.1 - client side hyphenation for webbrowsers * ©2019 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/hyphenopoly.module.js b/hyphenopoly.module.js index 5768feef..114d90d9 100644 --- a/hyphenopoly.module.js +++ b/hyphenopoly.module.js @@ -1,5 +1,5 @@ /** - * @license Hyphenopoly.module.js 3.2.0 - hyphenation for node + * @license Hyphenopoly.module.js 3.2.1 - hyphenation for node * ©2018 Mathias Nater, Zürich (mathiasnater at gmail dot com) * https://github.com/mnater/Hyphenopoly * diff --git a/package-lock.json b/package-lock.json index 5f180214..19dc154d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hyphenopoly", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 38488330..b4f786ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hyphenopoly", - "version": "3.2.0", + "version": "3.2.1", "description": "Hyphenation for node and Polyfill for client-side hyphenation.", "keywords": [ "hyphenation",