Skip to content

Commit 3bef5c7

Browse files
runnerrunner
runner
authored and
runner
committed
chore: release package(s)
- [email protected] - [email protected]
1 parent 6601e78 commit 3bef5c7

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

packages/pkg/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/rx-ts/prettier/compare/[email protected]@0.5.0) (2020-04-02)
7+
8+
9+
### Features
10+
11+
* support prettier 2.0 ([6601e78](https://github.com/rx-ts/prettier/commit/6601e78d4e751b4fedc0d4a20537705bb7862792))
12+
13+
14+
15+
16+
617
## [0.4.11](https://github.com/rx-ts/prettier/compare/[email protected]@0.4.11) (2020-02-22)
718

819

packages/pkg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-pkg",
3-
"version": "0.4.11",
3+
"version": "0.5.0",
44
"description": "An opinionated package.json formatter plugin for Prettier",
55
"repository": "[email protected]/rx-ts/prettier.git",
66
"homepage": "https://github.com/rx-ts/prettier/blob/master/packages/pkg",

packages/sh/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/rx-ts/prettier/compare/[email protected]@0.3.0) (2020-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **prettier-plugin-pkg:** add peerDependenciesMeta support ([618875e](https://github.com/rx-ts/prettier/commit/618875ee48ab49820c4715a3a746b897333317e2))
12+
13+
14+
### Features
15+
16+
* support prettier 2.0 ([6601e78](https://github.com/rx-ts/prettier/commit/6601e78d4e751b4fedc0d4a20537705bb7862792))
17+
18+
19+
20+
21+
622
## 0.2.8 (2020-01-27)
723

824
**Note:** Version bump only for package prettier-plugin-sh

packages/sh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sh",
3-
"version": "0.2.8",
3+
"version": "0.3.0",
44
"description": "An opinionated `shellscript、Dockerfile、properties、gitignore、dotenv、hosts、jvmoptions...` formatter plugin for Prettier",
55
"repository": "[email protected]/rx-ts/prettier.git",
66
"homepage": "https://github.com/rx-ts/prettier/blob/master/packages/sh",

0 commit comments

Comments
 (0)