diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc5371..771ca91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.3.4](https://github.com/globis-org/frontend-standard/compare/v1.3.3...v1.3.4) (2023-12-27) + + + ## [1.3.3](https://github.com/globis-org/frontend-standard/compare/v1.3.2...v1.3.3) (2023-01-12) diff --git a/package.json b/package.json index 5b552aa..f1df1c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@globis/frontend-standard", - "version": "1.3.3", + "version": "1.3.4", "description": "standard configuraton for frontend development at globis", "license": "MIT", "homepage": "https://github.com/globis-org/frontend-standard#readme", diff --git a/packages/eslint-config-globis/package.json b/packages/eslint-config-globis/package.json index 2afcb16..b49e341 100644 --- a/packages/eslint-config-globis/package.json +++ b/packages/eslint-config-globis/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "eslint-config-globis", - "version": "1.3.3", + "version": "1.3.4", "description": "standard configuration of eslint at globis", "license": "MIT", "repository": {