diff --git a/packages/frontend/CHANGELOG.md b/packages/frontend/CHANGELOG.md new file mode 100644 index 0000000..1172b60 --- /dev/null +++ b/packages/frontend/CHANGELOG.md @@ -0,0 +1,14 @@ +# eslint-plugin-vue-kuzzle 1.0.0-eslint-9.1 (2024-12-18) + + +### Bug Fixes + +* **frontend:** remove extraneous tests npm script ([2c1dee5](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/2c1dee5698b9d94da28f6fa34121dc9e59de0cf1)) + + +### Features + +* add eslint jest plugin for tests ([96b1ee8](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/96b1ee865b6d32e618a8c644b72616f0aa3fe22e)) +* add Vue.js config package ([2a072a5](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/2a072a51c8c91ef25d80f15f7633222d5858ff36)) +* **frontend:** convert frontend package to ts ([c15f47b](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/c15f47ba966d89fdf14efd9da30a47dac5c19a83)) +* update typescript ([468deea](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/468deea45b587effebd5a77cec46f1f95d685984)) diff --git a/packages/frontend/package.json b/packages/frontend/package.json index d51b347..fb6f115 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue-kuzzle", - "version": "0.0.13", + "version": "1.0.0-eslint-9.1", "description": "Kuzzle Vue Coding Standard", "homepage": "https://github.com/kuzzleio/eslint-plugin-kuzzle", "repository": {