Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-08-10)

### Bug Fixes

* add eslint-prettier deps ([a3ada9d](a3ada9d))
* eslint using default config ([d80845d](d80845d))
* include prettier as dependency ([b922ef0](b922ef0))
* **unused-imports:** unused imports will now be highlighted as errors ([448ed09](448ed09))
* use & lint with our prettier ([916473b](916473b))

### Features

* **deps:** update all ([b9c42b9](b9c42b9))
* enable non-null assertion rule by default ([5d72592](5d72592))
* enforce array syntax, update packages ([731fba8](731fba8))
* first set of ESLint config ([b65c111](b65c111))
* rename to Stacks ([a8557d5](a8557d5))
* update packages ([6dc7655](6dc7655))
  • Loading branch information
semantic-release-bot committed Aug 10, 2023
1 parent d3c7bce commit 0dfbd42
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1.0.0 (2023-08-10)


### Bug Fixes

* add eslint-prettier deps ([a3ada9d](https://github.com/blockstack/eslint-config/commit/a3ada9d312521209a6fc86adf402b8fb84a88b33))
* eslint using default config ([d80845d](https://github.com/blockstack/eslint-config/commit/d80845deb66899f0b605063b1a5c60edfcc31457))
* include prettier as dependency ([b922ef0](https://github.com/blockstack/eslint-config/commit/b922ef056fd9cf2351e8eba6d91dc196e0d78e47))
* **unused-imports:** unused imports will now be highlighted as errors ([448ed09](https://github.com/blockstack/eslint-config/commit/448ed091ec6347884f8440bc3c8a8dbd837bdcfa))
* use & lint with our prettier ([916473b](https://github.com/blockstack/eslint-config/commit/916473b2131eccf76cad92c6a6e02343f3b1f6c2))


### Features

* **deps:** update all ([b9c42b9](https://github.com/blockstack/eslint-config/commit/b9c42b9f0c44081ec066747ed4b83caaa0659ac1))
* enable non-null assertion rule by default ([5d72592](https://github.com/blockstack/eslint-config/commit/5d725923736e74b001c1b6a6bda1197ef62bfcea))
* enforce array syntax, update packages ([731fba8](https://github.com/blockstack/eslint-config/commit/731fba8bb44ed9914eff7ef044209dcb06848ba1))
* first set of ESLint config ([b65c111](https://github.com/blockstack/eslint-config/commit/b65c111ec965dc973f6e3438f128cb6bf2924a24))
* rename to Stacks ([a8557d5](https://github.com/blockstack/eslint-config/commit/a8557d5620d99431f823e56c2d5b96509ee898c7))
* update packages ([6dc7655](https://github.com/blockstack/eslint-config/commit/6dc76556ca86087bb2235c38edf42389abe706b1))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stacks/eslint-config",
"version": "1.3.0",
"version": "1.0.0",
"description": "A re-usable ESLint config for Stacks projects",
"main": "index.js",
"repository": "https://github.com/blockstack/eslint-config",
Expand Down

0 comments on commit 0dfbd42

Please sign in to comment.