diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b18234..04881bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please see [the README](./README.md) for details of added rules. +## [4.12.0] + +### Added + +- New rule `no-indexed-access-on-enums` + ## [4.11.1] ### Changed diff --git a/package-lock.json b/package-lock.json index 980546f..cc983ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-criteo", - "version": "4.11.1", + "version": "4.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-criteo", - "version": "4.11.1", + "version": "4.12.0", "license": "Apache-2.0", "dependencies": { "requireindex": "1.2.0" diff --git a/package.json b/package.json index 051ddad..f5f1eb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-criteo", - "version": "4.11.1", + "version": "4.12.0", "description": "An opinionated collection of ESLint shared configs and rules used by Criteo.", "keywords": [ "eslint",