Skip to content

Commit 0cb10a4

Browse files
authored
Release/1.6.0 (#40)
* adjusted workflow pipeline * added release notes for 1.6.0 * 1.6.0
1 parent 6baff61 commit 0cb10a4

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
workflow_dispatch:
1818
release:
1919
types: [published]
20+
permissions:
21+
id-token: write # Required for OIDC
22+
contents: read
2023
jobs:
2124
build:
2225
runs-on: ubuntu-latest
@@ -30,5 +33,3 @@ jobs:
3033
- run: npm ci
3134
- run: npm run build
3235
- run: npm publish --access public
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PASSWORD }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
#### Breaking changes
1414

15+
## 1.6.0
16+
17+
### Added
18+
- Added a new custom icon:
19+
ai--sparkle
20+
1521
## 1.5.0
1622

1723
### Added

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": "@hcl-software/enchanted-icons",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Enchanted Icons is a collection of icons that are used in HCL Software products.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)