Skip to content

Commit c57aa2c

Browse files
committed
chore: release v0.1.13
1 parent 7fe9362 commit c57aa2c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ env.NODE_VERSION }}
31-
31+
registry-url: "https://registry.npmjs.org"
3232

3333
- name: Use cached node_modules
3434
id: cache
@@ -55,4 +55,4 @@ jobs:
5555
- name: Publish
5656
run: npm publish --provenance --access public --tag ${{ env.RELEASE_CHANNEL }}
5757
env:
58-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Nothing yet!
1111

12-
## [0.1.12] - 2025-12-11
12+
## [0.1.13] - 2025-12-11
1313

1414
### Features
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "prettier-plugin-tailwindcss-pro",
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"description": "A Prettier plugin for grouping Tailwind CSS classes.",
66
"license": "MIT",
77
"main": "dist/index.mjs",

release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git add .
2-
git commit -m "chore: release v0.1.12"
3-
git tag v0.1.12
2+
git commit -m "chore: release v0.1.13"
3+
git tag v0.1.13
44
git push
5-
git push origin v0.1.12
5+
git push origin v0.1.13

0 commit comments

Comments
 (0)