diff --git a/CHANGELOG.md b/CHANGELOG.md index f92cf5d..8887c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/Masquerade-Circus/valyrian.js/compare/4.0.0...4.0.1) (2020-01-26) + + +### Bug Fixes + +* **main:** fix replace error when the old node has been deleted or moved ([ba7b5c5](https://github.com/Masquerade-Circus/valyrian.js/commit/ba7b5c5d4d6b567f991bc0ac8d3ac237f44bfe8b)) + # [4.0.0](https://github.com/Masquerade-Circus/valyrian.js/compare/3.3.4...4.0.0) (2020-01-26) ### Bug Fixes diff --git a/package.json b/package.json index df7cd75..0f3ef30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valyrian.js", - "version": "4.0.0", + "version": "4.0.1", "description": "Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)", "main": "lib/index.js", "module": "lib/index.js",