Skip to content

Commit 6bd6f3d

Browse files
release v1.0.2 (#39)
This PR was opened by the release workflow. When you're ready to do a release, merge this PR. If you're not ready yet, any new changesets added to `main` will update this PR. # Releases ## node-es-transformer@1.0.2 ### Patch Changes - [#38](#38) [`9927e4e`](9927e4e) - Use GitHub App token for release PRs and restore automatic GitHub and npm publishing after merge Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9927e4e commit 6bd6f3d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/use-github-app-token-release-pr.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#38](https://github.com/walterra/node-es-transformer/pull/38) [`9927e4e`](https://github.com/walterra/node-es-transformer/commit/9927e4eb6975e663c00cc87e57e204970829558b) - Use GitHub App token for release PRs and restore automatic GitHub and npm publishing after merge
8+
39
## 1.0.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"license": "Apache-2.0",
3131
"author": "Walter M. Rafelsberger <walter@rafelsberger.at>",
3232
"contributors": [],
33-
"version": "1.0.1",
33+
"version": "1.0.2",
3434
"engines": {
3535
"node": ">=22.0.0"
3636
},

0 commit comments

Comments
 (0)