diff --git a/CHANGELOG.md b/CHANGELOG.md index 7695b21..5cbdcb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/dword-design/nuxt-route-meta/compare/v2.3.6...v3.0.0) (2022-12-05) + + +### Bug Fixes + +* drop node 12 support, move to esm ([#112](https://github.com/dword-design/nuxt-route-meta/issues/112)) ([6109500](https://github.com/dword-design/nuxt-route-meta/commit/61095004d1452966d58978bb28fcd3db79ee22fa)) + + +### BREAKING CHANGES + +* drop node 12 support, move to esm + ## [2.3.6](https://github.com/dword-design/nuxt-route-meta/compare/v2.3.5...v2.3.6) (2022-10-13) diff --git a/package.json b/package.json index 76dbe90..46d39f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-route-meta", - "version": "2.3.6", + "version": "3.0.0", "description": "Adds Nuxt page data to route meta at build time. Also supports TypeScript.", "keywords": [ "auth",