Skip to content

Commit 859e1ba

Browse files
chore(master): release init-npm 1.1.0 (#95)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be3fd17 commit 859e1ba

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
".": "6.0.0",
33
"actions/helm-lint": "1.1.0",
44
"actions/update-artifacts-file": "1.1.1",
5-
"actions/init-npm": "1.0.0"
5+
"actions/init-npm": "1.1.0"
66
}

actions/init-npm/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/MapColonies/shared-workflows/compare/init-npm-v1.0.0...init-npm-v1.1.0) (2025-09-28)
4+
5+
6+
### 🎉 Features
7+
8+
* remove unnecessary actions ([#90](https://github.com/MapColonies/shared-workflows/issues/90)) ([4d812d3](https://github.com/MapColonies/shared-workflows/commit/4d812d3c8667fffa57b12d69ef7271d17c79f9f4))
9+
310
## 1.0.0 (2025-05-15)
411

512

actions/init-npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This GitHub Action sets up Node.js, installs dependencies using npm, and builds
1414
<!-- x-release-please-start-version -->
1515
```yaml
1616
- name: Initialize NPM Project
17-
uses: MapColonies/shared-workflows/actions/init-npm@init-npm-v1.0.0
17+
uses: MapColonies/shared-workflows/actions/init-npm@init-npm-v1.1.0
1818
with:
1919
node-version: '22.x'
2020
```

0 commit comments

Comments
 (0)