Skip to content

Commit

Permalink
chore: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Feb 23, 2022
1 parent 6985d25 commit 6b52abf
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [12.0.0](https://github.com/bennymeg/nx-electron/compare/v11.4.1...v12.0.0) (2021-11-24)


### Features

* added compatibility layer ([0a15d54](https://github.com/bennymeg/nx-electron/commit/0a15d543df83005b900a06ffe2d5afed59f4c5b7))
* added multi package json support [#88](https://github.com/bennymeg/nx-electron/issues/88) ([997df2a](https://github.com/bennymeg/nx-electron/commit/997df2acd1c2eeb8c1c785e1d3709d368ccad62c))
* added multi preload scripts support as per [#118](https://github.com/bennymeg/nx-electron/issues/118) ([6b28c6a](https://github.com/bennymeg/nx-electron/commit/6b28c6ab8f4a79541d02b4cbb5e8b5accfd3b3dd))
* de-coupled [@angular-devkit](https://github.com/angular-devkit) from executors ([f5998b6](https://github.com/bennymeg/nx-electron/commit/f5998b691f7f27570c4a336d6718a100b1515904))
* de-coupled [@angular-devkit](https://github.com/angular-devkit) from generators ([86e0448](https://github.com/bennymeg/nx-electron/commit/86e0448d4bedcca240762b01319022c11e6c0a79))
* initial de-coupling of [@angular-devkit](https://github.com/angular-devkit) from tests ([d210d4a](https://github.com/bennymeg/nx-electron/commit/d210d4a1e2a7b7378b3c2ebd265cbedb556112da))
* **package:** add option for overriding make options file ([adb8bb9](https://github.com/bennymeg/nx-electron/commit/adb8bb9567fafda4d949d9c588f6c05fc1884d45))
* removed angular-devkit dependencies ([974eae2](https://github.com/bennymeg/nx-electron/commit/974eae24bc34994dc2efc0d77703212dab80e08c))


### Bug Fixes

* fixed build script ([d88fd0c](https://github.com/bennymeg/nx-electron/commit/d88fd0c3ab02bf9f9d2f47f2a4cdea52b4e059ff))
* fixed build script ([8a82b4c](https://github.com/bennymeg/nx-electron/commit/8a82b4ce8b75849f3dcf5f12c505fb0f69d2a635))
* migration ([130865f](https://github.com/bennymeg/nx-electron/commit/130865f2693467097ede468e21604639159b8f36))
* preload file regex pattern as per [#121](https://github.com/bennymeg/nx-electron/issues/121) ([b9a7da8](https://github.com/bennymeg/nx-electron/commit/b9a7da8f8a5de15ec0dd9e83a414e4fa7214aa47))
* schema $id field ([40e58f1](https://github.com/bennymeg/nx-electron/commit/40e58f17f3d60523fc485bc62587526b181b563a))
* update post install script instead of overwriting it. closes [#97](https://github.com/bennymeg/nx-electron/issues/97) ([de69c98](https://github.com/bennymeg/nx-electron/commit/de69c986598a8f8e7147d16db1a03bdeb7460095))

### [11.4.1](https://github.com/bennymeg/nx-electron/compare/v11.4.0...v11.4.1) (2021-11-08)


Expand Down

0 comments on commit 6b52abf

Please sign in to comment.