Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Aug 21, 2019
1 parent 4f7c1f9 commit e616457
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.0](https://github.com/inabagumi/prettier-config/compare/v1.0.0...v1.1.0) (2019-08-21)


### Features

* add endOfLine ([#8](https://github.com/inabagumi/prettier-config/issues/8)) ([6766e58](https://github.com/inabagumi/prettier-config/commit/6766e58))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"format-check": "prettier --ignore-path .gitignore --check \"**/*.{json,md}\"",
"release": "standard-version"
},
"version": "1.0.0"
"version": "1.1.0"
}

0 comments on commit e616457

Please sign in to comment.