From 927e5bba436ace506aaeeaaa8e5b8b3e38024462 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Oct 2023 20:05:52 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-10-28) ### Features * add dependencies on, and rules for, eslint, prettier, and various plugins ([185a4b6](https://github.com/Lundalogik/lime-frontend-lint/commit/185a4b60365476a87c943a3fa951aba64cb708bb)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b8b40b2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 (2023-10-28) + + +### Features + + +* add dependencies on, and rules for, eslint, prettier, and various plugins ([185a4b6](https://github.com/Lundalogik/lime-frontend-lint/commit/185a4b60365476a87c943a3fa951aba64cb708bb)) diff --git a/package-lock.json b/package-lock.json index e9061ef..e3fd71d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lime-frontend-lint", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lime-frontend-lint", - "version": "0.0.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.9.0", diff --git a/package.json b/package.json index 5956cf8..6708f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@limetech/lime-frontend-lint", - "version": "0.0.0", + "version": "1.0.0", "description": "Reusable lint rules for use in other packages.", "author": "Lime Technologies", "license": "Apache-2.0",