Skip to content

Commit 1b3ef9a

Browse files
committed
1.2.0
1 parent 0eec27b commit 1b3ef9a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 1.2.0
8+
* Support options from newer `prettier` versions.
9+
10+
Thanks [@mmiller42](https://github.com/mmiller42)!
11+
712
## 1.1.0
813
* Add source maps support.
914

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-generator-prettier",
33
"description": "Babel plugin to use prettier for transformed code output",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/goto-bus-stop/babel-plugin-generator-prettier/issues"

0 commit comments

Comments
 (0)