Skip to content

Commit 6cffa31

Browse files
committed
chore: release package(s)
- [email protected] - [email protected]
1 parent ddabcd2 commit 6cffa31

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

packages/pkg/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.8.0](https://github.com/rx-ts/prettier/compare/[email protected]@0.8.0) (2020-07-20)
7+
8+
9+
### Features
10+
11+
* **prettier-plugin-sh:** support interpreters from shebang ([abd0c09](https://github.com/rx-ts/prettier/commit/abd0c090846c75b7feeb97a801dd33d0c505e9e6)), closes [#90](https://github.com/rx-ts/prettier/issues/90)
12+
13+
14+
15+
16+
617
# [0.7.0](https://github.com/rx-ts/prettier/compare/[email protected]@0.7.0) (2020-04-21)
718

819

packages/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-pkg",
3-
"version": "0.7.0",
3+
"version": "0.8.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

Lines changed: 11 additions & 0 deletions
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-07-20)
7+
8+
9+
### Features
10+
11+
* **prettier-plugin-sh:** support interpreters from shebang ([abd0c09](https://github.com/rx-ts/prettier/commit/abd0c090846c75b7feeb97a801dd33d0c505e9e6)), closes [#90](https://github.com/rx-ts/prettier/issues/90)
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/rx-ts/prettier/compare/[email protected]@0.4.0) (2020-04-21)
718

819

packages/sh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-sh",
3-
"version": "0.4.0",
3+
"version": "0.5.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)