[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: release v0.2.0

Daniel Roe (Jun 16, 2022, 10:48 PM +0100) 6d6217dd 390d4744

+16 -2
+12 -1
CHANGELOG.md
··· 1 + 2 + 3 + ## [0.2.0](https://github.com/danielroe/nuxt-timings-module/compare/0.1.2...0.2.0) (2022-06-16) 4 + 5 + ### ⚠ BREAKING CHANGES 6 + 7 + * Node 14+ is required. 8 + 9 + ### Bug Fixes 10 + 11 + * normalise plugin names to prevent malformed windows paths ([#162](https://github.com/danielroe/nuxt-timings-module/issues/162)) ([c662449](https://github.com/danielroe/nuxt-timings-module/commit/c662449e7f89affa5048853a8ef682eed66672a1)) 12 + 1 13 ### [0.1.2](https://github.com/danielroe/nuxt-timings-module/compare/0.1.1...0.1.2) (2021-07-17) 2 14 3 15 ··· 26 38 27 39 * don't observe store if it doesn't exist ([66fe22f](https://github.com/danielroe/nuxt-timings-module/commit/66fe22fcd7ddf520bc868dd24f03279938c4ebbc)) 28 40 * improve timing dx ([30db6e4](https://github.com/danielroe/nuxt-timings-module/commit/30db6e475ec7457143e5e808e58c106b9c34788d)) 29 -
+4 -1
package.json
··· 1 1 { 2 2 "name": "nuxt-timings", 3 - "version": "0.1.2", 3 + "version": "0.2.0", 4 4 "description": "Timings integration for Nuxt", 5 5 "keywords": [ 6 6 "nuxt", ··· 66 66 }, 67 67 "publishConfig": { 68 68 "access": "public" 69 + }, 70 + "engines": { 71 + "node": ">=14" 69 72 }, 70 73 "volta": { 71 74 "node": "16.15.1"