diff --git a/CHANGELOG.md b/CHANGELOG.md index 0898e5a..80e25aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.6.1](https://github.com/agoda-com/eslint-config-agoda/compare/v4.6.0...v4.6.1) (2024-11-07) + + +### Bug Fixes + +* Add install command for pnpm, Dummy PR for triggering new version ([#439](https://github.com/agoda-com/eslint-config-agoda/issues/439)) ([4233dca](https://github.com/agoda-com/eslint-config-agoda/commit/4233dca5c2b555f9b648730c8a391bc5013258ac)) + # [4.6.0](https://github.com/agoda-com/eslint-config-agoda/compare/v4.5.1...v4.6.0) (2024-11-07) diff --git a/package.json b/package.json index f235522..8ed4691 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-agoda", - "version": "4.6.0", + "version": "4.6.1", "description": "Agoda's ESLint configuration and rules", "main": "index.js", "license": "MIT",