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",