From f1d89b1d3c9a4290aef9de75489c9154afe5b621 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sat, 2 Apr 2022 11:58:18 +0200 Subject: [PATCH] fix/ macos action --- .github/workflows/macos.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 41a0d0f..90be4b0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -46,7 +46,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Dependencies - run: npm i && npm i -D cli-truncate + run: npm i && npm i -D cli-truncate iconv-corefoundation - name: Check lint run: npm run lint diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f5131..4242e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 10.5.1 (2022-04-02) +* [Bumped Version] 10.5.1 ([ad23ace](https://github.com/maximegris/angular-electron/commit/ad23ace)) * fix/ macos action ([ff71c32](https://github.com/maximegris/angular-electron/commit/ff71c32)) * fix/ remove demo.gif ([ccd468d](https://github.com/maximegris/angular-electron/commit/ccd468d)) * migrate to main branch ([2c7cd98](https://github.com/maximegris/angular-electron/commit/2c7cd98))