diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ae873..8715fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.14.11](https://github.com/izelnakri/mber/compare/v0.14.10...v0.14.11) + +- Ws upgrade [`#331`](https://github.com/izelnakri/mber/pull/331) + #### [v0.14.10](https://github.com/izelnakri/mber/compare/v0.14.9...v0.14.10) +> 5 March 2022 + - updated low impact npm pkgs [`#322`](https://github.com/izelnakri/mber/pull/322) - Bump actions/checkout from 2 to 3 [`#318`](https://github.com/izelnakri/mber/pull/318) - Bump docker/setup-buildx-action from 1 to 1.3.0 [`#307`](https://github.com/izelnakri/mber/pull/307) @@ -13,6 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump docker/build-push-action from 2 to 2.4.0 [`#309`](https://github.com/izelnakri/mber/pull/309) - Bump actions/cache from 2.1.4 to 2.1.7 [`#315`](https://github.com/izelnakri/mber/pull/315) - small convertESModuleToAMD import optimization [`#305`](https://github.com/izelnakri/mber/pull/305) +- Release 0.14.10 [`d937de2`](https://github.com/izelnakri/mber/commit/d937de25b89c5bc1f571c6793691183254c8ffc8) #### [v0.14.9](https://github.com/izelnakri/mber/compare/v0.14.8...v0.14.9) diff --git a/package-lock.json b/package-lock.json index 3b3ad7d..06cdd78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mber", - "version": "0.14.10", + "version": "0.14.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mber", - "version": "0.14.10", + "version": "0.14.11", "license": "MIT", "dependencies": { "@babel/core": "^7.13.14", diff --git a/package.json b/package.json index ac8fcc1..c800f0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mber", - "version": "0.14.10", + "version": "0.14.11", "type": "module", "description": "Modern, fast, non-backward compatible ember-cli replacement with Module Unification RFC", "author": "Izel Nakri",