Skip to content

Commit

Permalink
chore(release): 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Mar 21, 2020
1 parent dc3a348 commit e96d89e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.

### [15.0.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v15.0.0...v15.0.1) (2020-03-21)


### Bug Fixes

* bump dependency on eslint-config-standard ([dc3a348](https://github.com/standard/eslint-config-standard-with-typescript/commit/dc3a3487f5bc4c7849259954fb33e6940bba3787))

## [15.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v12.0.1...v15.0.0) (2020-03-17)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-standard-with-typescript",
"version": "15.0.0",
"version": "15.0.1",
"description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support",
"main": "lib/index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"editorconfig": "editorconfig-checker",
"unit": "ava",
"test": "run-s editorconfig compile lint unit",
"release": "standard-version"
"release": "standard-version --skip.tag"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e96d89e

Please sign in to comment.