Skip to content

Commit

Permalink
chore(release): @anolilab/[email protected] [skip ci]\n\n## @ano…
Browse files Browse the repository at this point in the history
…lilab/prettier-config [5.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-11-02)

### Bug Fixes

* allow node 21 ([e95c9f7](e95c9f7))

### Dependencies

* **@anolilab/package-json-utils:** upgraded to 3.0.9
* **@anolilab/semantic-release-preset:** upgraded to 8.0.2
  • Loading branch information
github-actions[bot] committed Nov 2, 2023
1 parent 6bebeb1 commit bbe58a4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @anolilab/prettier-config [5.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-11-02)


### Bug Fixes

* allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))



### Dependencies

* **@anolilab/package-json-utils:** upgraded to 3.0.9
* **@anolilab/semantic-release-preset:** upgraded to 8.0.2

## @anolilab/prettier-config [5.0.12](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-10-31)


Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anolilab/prettier-config",
"version": "5.0.12",
"version": "5.0.13",
"description": "Prettier shareable config for Anolilab.",
"keywords": [
"css",
Expand Down Expand Up @@ -57,10 +57,10 @@
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
},
"dependencies": {
"@anolilab/package-json-utils": "3.0.8"
"@anolilab/package-json-utils": "3.0.9"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.1",
"@anolilab/semantic-release-preset": "8.0.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.6",
Expand Down

0 comments on commit bbe58a4

Please sign in to comment.