Skip to content

Commit

Permalink
release(version): Release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-03-15)

### chore

* add gitattributes file ([bad89ef](bad89ef))
* initial setup ([c16b699](c16b699))

### feat

* add lint-staged ([04e3f56](04e3f56))
* add syncpack ([65bfb19](65bfb19))
* first working version ([3897e56](3897e56))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent 25b0485 commit 987e88b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 987e88b

Please sign in to comment.