Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yosevu committed Aug 11, 2021
1 parent 9a01c90 commit 96cd9c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/sparkbox/eslint-config-sparkbox/compare/v1.1.4...v2.0.0) (2021-08-11)


### Features

* Remove flowtype ([9a01c90](https://github.com/sparkbox/eslint-config-sparkbox/commit/9a01c9055ba18d73211f04abf9a3e7f4c307cc3b))

### [1.1.3](https://github.com/sparkbox/eslint-config-sparkbox/compare/v1.1.1...v1.1.3) (2020-05-18)

### [1.1.2](https://github.com/sparkbox/eslint-config-sparkbox/compare/v1.1.1...v1.1.2) (2020-05-18)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "@sparkbox/eslint-config-sparkbox",
"version": "1.1.5",
"version": "2.0.0",
"description": "A set of eslint customizations that we use at Sparkbox.",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"release": "standard-version && git push --follow-tags origin head"
"tag": "git push --follow-tags origin head",
"release": "standard-version"
},
"keywords": [
"eslint",
Expand Down

0 comments on commit 96cd9c0

Please sign in to comment.