Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Mar 22, 2020
1 parent 7526f2c commit 86d2283
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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.

### [1.1.1](https://github.com/inabagumi/prettier-config/compare/v1.1.0...v1.1.1) (2020-03-22)


### Bug Fixes

* add trailingComma: none ([#42](https://github.com/inabagumi/prettier-config/issues/42)) ([fac92f0](https://github.com/inabagumi/prettier-config/commit/fac92f01a414032e4cd7de4e07411aa36e96e03d))

## [1.1.0](https://github.com/inabagumi/prettier-config/compare/v1.0.0...v1.1.0) (2019-08-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"format-check": "prettier --ignore-path .gitignore --check \"**/*.json\"",
"release": "standard-version"
},
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit 86d2283

Please sign in to comment.