Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-11-15)

### Bug Fixes

* add circle x platform builds ([1d6c15b](1d6c15b))
* add run steps for windows ([e8875c7](e8875c7))
* **circle:** attach workspace after and no npm install ([fe4b80c](fe4b80c))
* add screenshot ([a568785](a568785))
* APP_VERSION_GIT_TAG ([b1352c9](b1352c9))
* build asset dir ([34519b9](34519b9))
* bump xcode version for circle ([59f2f25](59f2f25))
* circle production asset release ([ffe49eb](ffe49eb))
* darwin node file path ([bb04c36](bb04c36))
* electron release build ([7cb74c4](7cb74c4))
* include node moculdes and revert to build resources assets ([463b246](463b246))
* package.json name ([7e6cac0](7e6cac0))
* remove menubar and just use electron ([9dc9777](9dc9777))
* update on ready to be menubar not app ([90414e0](90414e0))
* update README ([98cb53f](98cb53f))
* use node 10.16.0 ([40fd6bb](40fd6bb))
* use nodenv ([4e6ba41](4e6ba41))
* use root /project for workspace ([c9c1730](c9c1730))
* **circle:** attach to workspace for build artifacts ([42f4064](42f4064))
* **circle:** change project workspace dir ([09f9a5a](09f9a5a))
* **circle:** release path for mac ([16ac3db](16ac3db))
* **circleci:** add jobs filters ([27c19b9](27c19b9))
* **circleci:** app version git tag ([6df21d9](6df21d9))
* **circleci:** github dist release ([1c98a2a](1c98a2a))
* **circleci:** linuxbuild issue ([0494fbb](0494fbb))
* **circleci:** remove build job ([355ea0a](355ea0a))
* **circleci:** remove unneeded file ([ecb8c67](ecb8c67))
* **circleci:** run build before electron:build ([f2bbc19](f2bbc19))
* **circleci:** separate builds ([4b10872](4b10872))
* **circleci:** use docker image for release job ([b1b8eaf](b1b8eaf))
* **circleci:** version ([08541a9](08541a9))
* **README:** add window screenshot ([a7cbfd0](a7cbfd0))
* **semantic release:** dont include blockmap in assets ([1574d82](1574d82))
* **semantic release:** github release asset labels + mac ([b013c67](b013c67))
* **semantic release:** releaserc github asset publish ([33916e5](33916e5))
* **tests:** add pass with no tests option to jest ([02534a6](02534a6))

### Features

* add default configuration for electron production build ([2898203](2898203))
* inital commit ([f96a646](f96a646))
  • Loading branch information
semantic-release-bot committed Nov 15, 2019
1 parent 98cb53f commit 31bd279
Show file tree
Hide file tree
Showing 3 changed files with 1,227 additions and 451 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# 1.0.0 (2019-11-15)


### Bug Fixes

* add circle x platform builds ([1d6c15b](https://github.com/etclabscore/pristine-typescript-electron/commit/1d6c15b4fd3562a3f160cc3bda897c1353bcfb89))
* add run steps for windows ([e8875c7](https://github.com/etclabscore/pristine-typescript-electron/commit/e8875c744177b6f854cfd636459d242a835c95af))
* **circle:** attach workspace after and no npm install ([fe4b80c](https://github.com/etclabscore/pristine-typescript-electron/commit/fe4b80c2804fd65de819b025b8f155f1b303c655))
* add screenshot ([a568785](https://github.com/etclabscore/pristine-typescript-electron/commit/a5687859aa68f58c5a32eda2cac838506b8fc594))
* APP_VERSION_GIT_TAG ([b1352c9](https://github.com/etclabscore/pristine-typescript-electron/commit/b1352c937c7a6411f9c481f31c82c038d6104d63))
* build asset dir ([34519b9](https://github.com/etclabscore/pristine-typescript-electron/commit/34519b95c3517cb0d52a07f60686846cda1d3319))
* bump xcode version for circle ([59f2f25](https://github.com/etclabscore/pristine-typescript-electron/commit/59f2f25dbbd108c29fd4af11b5d81a20e025f49f))
* circle production asset release ([ffe49eb](https://github.com/etclabscore/pristine-typescript-electron/commit/ffe49eb51e73898ddcd015f18e09a811d413b2aa))
* darwin node file path ([bb04c36](https://github.com/etclabscore/pristine-typescript-electron/commit/bb04c36dafd38a0fcf1f1fc6bea696c152c11bdb))
* electron release build ([7cb74c4](https://github.com/etclabscore/pristine-typescript-electron/commit/7cb74c4ce90d52e3018d65900f5440270f4a5d42))
* include node moculdes and revert to build resources assets ([463b246](https://github.com/etclabscore/pristine-typescript-electron/commit/463b246ece5b8bf1f5ea76cb2329562740299cf7))
* package.json name ([7e6cac0](https://github.com/etclabscore/pristine-typescript-electron/commit/7e6cac04ed063181ef60e244e1d9677db2c00151))
* remove menubar and just use electron ([9dc9777](https://github.com/etclabscore/pristine-typescript-electron/commit/9dc9777a592cf967f6e41f14d98337d3130abf62))
* update on ready to be menubar not app ([90414e0](https://github.com/etclabscore/pristine-typescript-electron/commit/90414e06c3a1934651a34fdfce189778a34bb1ec))
* update README ([98cb53f](https://github.com/etclabscore/pristine-typescript-electron/commit/98cb53f284962defecd013b87935cfc7891abd44))
* use node 10.16.0 ([40fd6bb](https://github.com/etclabscore/pristine-typescript-electron/commit/40fd6bb3c97a2ce65c9a93431cd579b4c3801c24))
* use nodenv ([4e6ba41](https://github.com/etclabscore/pristine-typescript-electron/commit/4e6ba41807ed6dfa42f1e4bfcf7d5725bf866e90))
* use root /project for workspace ([c9c1730](https://github.com/etclabscore/pristine-typescript-electron/commit/c9c17304073f23995e712a41f9d562fda9a309c6))
* **circle:** attach to workspace for build artifacts ([42f4064](https://github.com/etclabscore/pristine-typescript-electron/commit/42f4064fbb14594d118cc43349f3d44681ec1fc9))
* **circle:** change project workspace dir ([09f9a5a](https://github.com/etclabscore/pristine-typescript-electron/commit/09f9a5a41d464da53dc7914827a41ba3499f89d5))
* **circle:** release path for mac ([16ac3db](https://github.com/etclabscore/pristine-typescript-electron/commit/16ac3db46a90fb53ad6e5ae085939d67ebd0a07d))
* **circleci:** add jobs filters ([27c19b9](https://github.com/etclabscore/pristine-typescript-electron/commit/27c19b94c5485b036a5d919055eb724787175d2a))
* **circleci:** app version git tag ([6df21d9](https://github.com/etclabscore/pristine-typescript-electron/commit/6df21d9217fb1626e36d69bfc1df4be3193fb3b7))
* **circleci:** github dist release ([1c98a2a](https://github.com/etclabscore/pristine-typescript-electron/commit/1c98a2a4953d1edcb7b8b0a15e76324b82a0fe28))
* **circleci:** linuxbuild issue ([0494fbb](https://github.com/etclabscore/pristine-typescript-electron/commit/0494fbb431a67808559a686ecf6528fad238f25e))
* **circleci:** remove build job ([355ea0a](https://github.com/etclabscore/pristine-typescript-electron/commit/355ea0a22b735e037759536cb13aef33078f432e))
* **circleci:** remove unneeded file ([ecb8c67](https://github.com/etclabscore/pristine-typescript-electron/commit/ecb8c67022c158cc18131a6b443567c871c0ea01))
* **circleci:** run build before electron:build ([f2bbc19](https://github.com/etclabscore/pristine-typescript-electron/commit/f2bbc193c5bd84aa5f1792841c46f14b24e167c4))
* **circleci:** separate builds ([4b10872](https://github.com/etclabscore/pristine-typescript-electron/commit/4b10872e44846f4264fff99de8c862c7b527e863))
* **circleci:** use docker image for release job ([b1b8eaf](https://github.com/etclabscore/pristine-typescript-electron/commit/b1b8eaf2ffd92ab19e8babd0166378604feba7f5))
* **circleci:** version ([08541a9](https://github.com/etclabscore/pristine-typescript-electron/commit/08541a92468daa42e20befd2cec81982b754397f))
* **README:** add window screenshot ([a7cbfd0](https://github.com/etclabscore/pristine-typescript-electron/commit/a7cbfd05ff6707a19a2e2b80f7ead6625d737d61))
* **semantic release:** dont include blockmap in assets ([1574d82](https://github.com/etclabscore/pristine-typescript-electron/commit/1574d8275733fa80a0529b221acf496bbe1fcad7))
* **semantic release:** github release asset labels + mac ([b013c67](https://github.com/etclabscore/pristine-typescript-electron/commit/b013c673550650e5842502ef104a5e5fc4577839))
* **semantic release:** releaserc github asset publish ([33916e5](https://github.com/etclabscore/pristine-typescript-electron/commit/33916e5cd59edf82e38b9bd524c1a07c61af2c4c))
* **tests:** add pass with no tests option to jest ([02534a6](https://github.com/etclabscore/pristine-typescript-electron/commit/02534a65a6e7bf1cde92635fbd65b295aa15f968))


### Features

* add default configuration for electron production build ([2898203](https://github.com/etclabscore/pristine-typescript-electron/commit/2898203279b61b271e0defe097f5d03d3107367a))
* inital commit ([f96a646](https://github.com/etclabscore/pristine-typescript-electron/commit/f96a646f64551ebcc9db904a482399a863d660fb))

## [1.0.10](https://github.com/etclabscore/pristine-typescript-electron-menubar/compare/1.0.9...1.0.10) (2019-06-20)


Expand Down
Loading

0 comments on commit 31bd279

Please sign in to comment.