Skip to content

Commit 3f6cd9a

Browse files
committed
Merge branch 'main' into public
2 parents 3f2333f + 8e866b5 commit 3f6cd9a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
fetch-depth: 0
2828
- name: Semantic release
2929
id: release
30-
uses: cycjimmy/semantic-release-action@v3
30+
uses: cycjimmy/semantic-release-action@v4
3131
with:
3232
dry_run: true
33-
semantic_version: '^19.0.0'
3433
release:
3534
name: Release version
3635
runs-on: ubuntu-latest

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/makenew-tsmodule",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Package skeleton for a TypeScript module.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)