Skip to content

Commit

Permalink
chore(release): 2.3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomerson committed Jan 22, 2020
1 parent 52ba525 commit 083585e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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.3.0-rc.0](https://github.com/silvermine/eslint-plugin-silvermine/compare/v2.2.1...v2.3.0-rc.0) (2020-01-22)


### Bug Fixes

* remove forked indent rule ([#41](https://github.com/silvermine/eslint-plugin-silvermine/issues/41)) ([b036348](https://github.com/silvermine/eslint-plugin-silvermine/commit/b0363487fdba0d5d46f2e33138bd9c3f91e1a0c7))

<a name="2.2.1"></a>
## [2.2.1](https://github.com/silvermine/eslint-plugin-silvermine/compare/v2.2.0...v2.2.1) (2019-04-05)

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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@silvermine/eslint-plugin-silvermine",
"version": "2.2.1",
"version": "2.3.0-rc.0",
"description": "eslint plugins to support our JS Code Standards. See @silvermine/eslint-config-silvermine",
"scripts": {
"test": "check-node-version --npm 6.13.4 && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'",
Expand Down

0 comments on commit 083585e

Please sign in to comment.