Skip to content

Commit

Permalink
chore(release): 🚀 1.8.0
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.1...v1.8.0) (2021-11-24)

### Features

* remove no-unused-vars-experimental ([21a764f](21a764f))
  • Loading branch information
regrapes-bot committed Nov 24, 2021
1 parent 21a764f commit eb18222
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.8.0](https://github.com/regrapes/eslint-config/compare/v1.7.1...v1.8.0) (2021-11-24)


### Features

* remove no-unused-vars-experimental ([21a764f](https://github.com/regrapes/eslint-config/commit/21a764fe0f74ea6575d7293bb597afa644450a59))

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
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.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@regrapes/eslint-config",
"version": "1.7.1",
"version": "1.8.0",
"description": "REGRAPES best practice eslint config",
"scripts": {
"semantic-release": "semantic-release"
Expand Down Expand Up @@ -45,7 +45,9 @@
"typescript": "^4.5.0"
},
"release": {
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit eb18222

Please sign in to comment.