diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6e20e..049e740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.1.0](https://github.com/Masquerade-Circus/valyrian.js/compare/4.0.2...4.1.0) (2020-03-20) + + +### Features + +* **main lib:** add newInstance method to allow to handle multiple mounts ([d09a2a6](https://github.com/Masquerade-Circus/valyrian.js/commit/d09a2a6ae35926d4010830f46da583d784ddcbc2)) + ## [4.0.2](https://github.com/Masquerade-Circus/valyrian.js/compare/4.0.1...4.0.2) (2020-03-06) ## [4.0.1](https://github.com/Masquerade-Circus/valyrian.js/compare/4.0.0...4.0.1) (2020-01-26) diff --git a/package.json b/package.json index f5cb41c..4c3e1c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valyrian.js", - "version": "4.0.2", + "version": "4.1.0", "description": "Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)", "main": "lib/index.js", "module": "lib/index.js", @@ -151,6 +151,9 @@ "infile": "CHANGELOG.md" } }, + "git": { + "requireCleanWorkingDir": false + }, "github": { "release": true },