Skip to content

Commit

Permalink
chore(release): 1.0.0-eslint-9.1 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0-eslint-9.1 (2024-12-17)

### Bug Fixes

* **backend:** correct keyword for warning rules ([370feb6](370feb6))
* **docurl:** fix import.meta.filename missing in node 18 ([7bb0e45](7bb0e45))
* **frontend:** remove extraneous tests npm script ([2c1dee5](2c1dee5))

### Features

* add eslint jest plugin for tests ([96b1ee8](96b1ee8))
* add Vue.js config package ([2a072a5](2a072a5))
* **frontend:** convert frontend package to ts ([c15f47b](c15f47b))
* **typescript:** add project configuration ([3992e17](3992e17))
* update typescript ([468deea](468deea))
  • Loading branch information
semantic-release-bot committed Dec 17, 2024
1 parent f984fb2 commit c8c7c1f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0-eslint-9.1 (2024-12-17)


### Bug Fixes

* **backend:** correct keyword for warning rules ([370feb6](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/370feb68da9fdec618e71184e93e7aa8fe18bd35))
* **docurl:** fix import.meta.filename missing in node 18 ([7bb0e45](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/7bb0e45723e1b8e2824b03849cb069456b41a920))
* **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))
* **typescript:** add project configuration ([3992e17](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/3992e173301494713b98ee3eec99cd4406094cb0))
* update typescript ([468deea](https://github.com/kuzzleio/eslint-plugin-kuzzle/commit/468deea45b587effebd5a77cec46f1f95d685984))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-kuzzle",
"version": "0.0.0",
"version": "1.0.0-eslint-9.1",
"private": true,
"homepage": "https://github.com/kuzzleio/eslint-plugin-kuzzle",
"workspaces": [
Expand Down

0 comments on commit c8c7c1f

Please sign in to comment.