Skip to content

Commit

Permalink
chore(workspace): release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skrtheboss committed Apr 22, 2024
1 parent 85eb421 commit bff0409
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.0.2](https://github.com/skrtheboss/prettier-tools/compare/v1.0.1...v1.0.2) (2024-04-22)

### Bug Fixes

- ensure prettier config is resolved correctly ([#181](https://github.com/skrtheboss/prettier-tools/issues/181)) ([85eb421](https://github.com/skrtheboss/prettier-tools/commit/85eb421aa187393869d08fbe5bc8f91b93d2bda7)), closes [#157](https://github.com/skrtheboss/prettier-tools/issues/157)

## [1.0.1](https://github.com/skrtheboss/prettier-tools/compare/v1.0.0...v1.0.1) (2023-11-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pretty-parallel",
"description": "Run prettier in parallel",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"scripts": {
"format": "nx format:write",
Expand Down
6 changes: 6 additions & 0 deletions packages/pretty-parallel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.0.2](https://github.com/skrtheboss/prettier-tools/compare/v1.0.1...v1.0.2) (2024-04-22)

### Bug Fixes

- ensure prettier config is resolved correctly ([#181](https://github.com/skrtheboss/prettier-tools/issues/181)) ([85eb421](https://github.com/skrtheboss/prettier-tools/commit/85eb421aa187393869d08fbe5bc8f91b93d2bda7)), closes [#157](https://github.com/skrtheboss/prettier-tools/issues/157)

## [1.0.1](https://github.com/skrtheboss/prettier-tools/compare/v1.0.0...v1.0.1) (2023-11-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pretty-parallel",
"version": "1.0.1",
"version": "1.0.2",
"description": "Concurrent prettier runner",
"author": "Denis Frenademetz <[email protected]>",
"repository": "https://github.com/skrtheboss/prettier-tools",
Expand Down

0 comments on commit bff0409

Please sign in to comment.