We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad23ace commit f1d89b1Copy full SHA for f1d89b1
.github/workflows/macos.yml
@@ -46,7 +46,7 @@ jobs:
46
node-version: ${{ matrix.node-version }}
47
48
- name: Install Dependencies
49
- run: npm i && npm i -D cli-truncate
+ run: npm i && npm i -D cli-truncate iconv-corefoundation
50
51
- name: Check lint
52
run: npm run lint
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## <small>10.5.1 (2022-04-02)</small>
2
3
+* [Bumped Version] 10.5.1 ([ad23ace](https://github.com/maximegris/angular-electron/commit/ad23ace))
4
* fix/ macos action ([ff71c32](https://github.com/maximegris/angular-electron/commit/ff71c32))
5
* fix/ remove demo.gif ([ccd468d](https://github.com/maximegris/angular-electron/commit/ccd468d))
6
* migrate to main branch ([2c7cd98](https://github.com/maximegris/angular-electron/commit/2c7cd98))
0 commit comments