diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c9741..3cb6d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [5.0.9](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.8...5.0.9) (2021-04-29) + + +### Miscellaneous Chores + +* **main:** remove unused minified file. Ignore .dccache ([d702115](https://github.com/Masquerade-Circus/valyrian.js/commit/d702115a13d65e74975433f1f49b13ea7f44fb33)) + ### [5.0.8](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.7...5.0.8) (2020-12-08) ### Bug Fixes diff --git a/package.json b/package.json index b949c58..a626df4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "valyrian.js", - "version": "5.0.8", + "version": "5.0.9", "description": "Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)", "source": "lib/index.ts", "main": "dist/valyrian.min.js",