-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.6](https://github.com/rx-ts/prettier/compare/[email protected]@0.4.6) (2019-12-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **prettier-plugin-pkg:** support type and funding property ([68abab4](https://github.com/rx-ts/prettier/commit/68abab40312520dce01c6b6156b662d1df5c3f4b)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.4.5](https://github.com/rx-ts/prettier/compare/[email protected]@0.4.5) (2019-11-11) | ||
|
||
**Note:** Version bump only for package prettier-plugin-pkg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "prettier-plugin-pkg", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "An opinionated package.json formatter plugin for Prettier", | ||
"repository": "[email protected]/rx-ts/prettier.git", | ||
"homepage": "https://github.com/rx-ts/prettier/blob/master/packages/pkg", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.4](https://github.com/rx-ts/prettier/compare/[email protected]@0.2.4) (2019-12-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **prettier-plugin-pkg:** support type and funding property ([68abab4](https://github.com/rx-ts/prettier/commit/68abab40312520dce01c6b6156b662d1df5c3f4b)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.2.3](https://github.com/rx-ts/prettier/compare/[email protected]@0.2.3) (2019-11-11) | ||
|
||
**Note:** Version bump only for package prettier-plugin-sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "prettier-plugin-sh", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "An opinionated `shellscript、Dockerfile、properties、gitignore、dotenv、hosts、jvmoptions...` formatter plugin for Prettier", | ||
"repository": "[email protected]/rx-ts/prettier.git", | ||
"homepage": "https://github.com/rx-ts/prettier/blob/master/packages/sh", | ||
|