diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fd11f..69a6cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f78d9f3..d7c47bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@sparkbox/eslint-config-sparkbox", - "version": "1.1.5", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a774991..436de77 100644 --- a/package.json +++ b/package.json @@ -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",