Skip to content

Commit 96e5647

Browse files
committed
chore(workspace): release version 1.0.1
1 parent 7a210ee commit 96e5647

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [1.0.1](https://github.com/skrtheboss/prettier-tools/compare/v1.0.0...v1.0.1) (2023-11-02)
6+
7+
### Bug Fixes
8+
9+
- increase support ranges ([7a210ee](https://github.com/skrtheboss/prettier-tools/commit/7a210eec3fc21391bad4aea8e2ec8801f5b2cc47))
10+
511
# 1.0.0 (2023-11-02)
612

713
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pretty-parallel",
33
"description": "Run prettier in parallel",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"scripts": {
77
"format": "nx format:write",

packages/pretty-parallel/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [1.0.1](https://github.com/skrtheboss/prettier-tools/compare/v1.0.0...v1.0.1) (2023-11-02)
6+
7+
### Bug Fixes
8+
9+
- increase support ranges ([7a210ee](https://github.com/skrtheboss/prettier-tools/commit/7a210eec3fc21391bad4aea8e2ec8801f5b2cc47))
10+
511
# 1.0.0 (2023-11-02)
612

713
### Bug Fixes

packages/pretty-parallel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pretty-parallel",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Concurrent prettier runner",
55
"author": "Denis Frenademetz <[email protected]>",
66
"repository": "https://github.com/skrtheboss/prettier-tools",

0 commit comments

Comments
 (0)