We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eec27b commit 1b3ef9aCopy full SHA for 1b3ef9a
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## 1.2.0
8
+* Support options from newer `prettier` versions.
9
+
10
+Thanks [@mmiller42](https://github.com/mmiller42)!
11
12
## 1.1.0
13
* Add source maps support.
14
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "babel-plugin-generator-prettier",
3
"description": "Babel plugin to use prettier for transformed code output",
- "version": "1.1.0",
+ "version": "1.2.0",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/goto-bus-stop/babel-plugin-generator-prettier/issues"
0 commit comments