diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a0ce26..e022bf2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v3.0.3 + +- CD 알림 슬랙 채널 변경 [#186](https://github.com/titicacadev/eslint-config-triple/pull/186) +- jsx에서 stylelint 작동하지 않는 문제 해결 [#187](https://github.com/titicacadev/eslint-config-triple/pull/187) + ## v3.0.2 - TypeScript 파일을 babel 파서로 파싱하는 문제 수정 [#183](https://github.com/titicacadev/eslint-config-triple/pull/183) diff --git a/package-lock.json b/package-lock.json index 423577d5..da4eea9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@titicaca/eslint-config-triple", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@titicaca/eslint-config-triple", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "@babel/eslint-parser": "7.15.8", diff --git a/package.json b/package.json index b434c6fb..3b42674e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@titicaca/eslint-config-triple", - "version": "3.0.2", + "version": "3.0.3", "description": "Triple's ESLint config, following our styleguide", "main": "index.js", "files": [