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))