From 987e88bb753211b3889ae2101d7160eb272bb80c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Mar 2024 02:42:24 +0000 Subject: [PATCH] release(version): Release 1.0.0 [skip ci] # 1.0.0 (2024-03-15) ### chore * add gitattributes file ([bad89ef](https://github.com/capitnflam/eslint-plugin/commit/bad89ef76f6d5f84866d54032e6f70901d960057)) * initial setup ([c16b699](https://github.com/capitnflam/eslint-plugin/commit/c16b699a8d7eff2f7aa54c18b2395f809e49c136)) ### feat * add lint-staged ([04e3f56](https://github.com/capitnflam/eslint-plugin/commit/04e3f569825e5b99b443f5882f7bacea0064152f)) * add syncpack ([65bfb19](https://github.com/capitnflam/eslint-plugin/commit/65bfb198e0f7ef3e35dc3f57081e2b6f4aee26e1)) * first working version ([3897e56](https://github.com/capitnflam/eslint-plugin/commit/3897e56d5eab97c99b4fa93f9fe324c0fbab62d0)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..74635b1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 1.0.0 (2024-03-15) + + +### chore + +* add gitattributes file ([bad89ef](https://github.com/capitnflam/eslint-plugin/commit/bad89ef76f6d5f84866d54032e6f70901d960057)) +* initial setup ([c16b699](https://github.com/capitnflam/eslint-plugin/commit/c16b699a8d7eff2f7aa54c18b2395f809e49c136)) + + +### feat + +* add lint-staged ([04e3f56](https://github.com/capitnflam/eslint-plugin/commit/04e3f569825e5b99b443f5882f7bacea0064152f)) +* add syncpack ([65bfb19](https://github.com/capitnflam/eslint-plugin/commit/65bfb198e0f7ef3e35dc3f57081e2b6f4aee26e1)) +* first working version ([3897e56](https://github.com/capitnflam/eslint-plugin/commit/3897e56d5eab97c99b4fa93f9fe324c0fbab62d0)) diff --git a/package-lock.json b/package-lock.json index 6142c7c..42db37e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flaminc/eslint-plugin", - "version": "0.0.0-development", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flaminc/eslint-plugin", - "version": "0.0.0-development", + "version": "1.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "7.2.0", diff --git a/package.json b/package.json index 7d54eff..fcfb759 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flaminc/eslint-plugin", "description": "Base Eslint configurations", - "version": "0.0.0-development", + "version": "1.0.0", "author": "capitN.flam", "scripts": { "build": "tsc",