diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index aa29fd9..9f9b857 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: nodejs project information id: projectinfo - uses: gregoranders/nodejs-project-info@v0.0.10 + uses: gregoranders/nodejs-project-info@v0.0.11 - name: npm install run: | npm install diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 3e2a637..9a4b9ad 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: nodejs project information id: projectinfo - uses: gregoranders/nodejs-project-info@v0.0.10 + uses: gregoranders/nodejs-project-info@v0.0.11 - name: npm install run: | npm install @@ -77,7 +77,7 @@ jobs: PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }} - name: create release id: createrelease - uses: gregoranders/nodejs-create-release@v0.0.10 + uses: gregoranders/nodejs-create-release@v0.0.11 with: tag: v${{ steps.projectinfo.outputs.version }} name: ${{ steps.projectinfo.outputs.name }} - ${{ steps.projectinfo.outputs.version }} Release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2283358..4fccc1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: nodejs project information id: projectinfo - uses: gregoranders/nodejs-project-info@v0.0.10 + uses: gregoranders/nodejs-project-info@v0.0.11 - name: npm install run: | npm install @@ -77,7 +77,7 @@ jobs: PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }} - name: create release id: createrelease - uses: gregoranders/nodejs-create-release@v0.0.10 + uses: gregoranders/nodejs-create-release@v0.0.11 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -86,12 +86,12 @@ jobs: target: ${{ github.ref }} - name: nodejs prepare asset id: prepareasset - uses: gregoranders/nodejs-prepare-asset@v0.0.10 + uses: gregoranders/nodejs-prepare-asset@v0.0.11 with: path: ./dist - name: upload asset id: uploadasset - uses: gregoranders/nodejs-upload-asset@v0.0.10 + uses: gregoranders/nodejs-upload-asset@v0.0.11 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/CHANGELOG.md b/CHANGELOG.md index f20fb09..95a803e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,77 @@ +#### 0.0.12 (2020-08-19) + +##### Build System / Dependencies + +* **CI:** add GitHub CI pull request template ([ade3a000](https://github.com/gregoranders/typescript-react-electron-starter/commit/ade3a00013cb72ab8409c06ab493469e01d23c9b)) +* **dependencies:** run dependencies check weekly ([e78cfa25](https://github.com/gregoranders/typescript-react-electron-starter/commit/e78cfa25eedbb689d7436ac93a0a967c025f4580)) + +##### Chores + +* **release:** + * bump version ([44c98350](https://github.com/gregoranders/typescript-react-electron-starter/commit/44c9835060a58db95aa629aa1f58cf01da175e16)) + * bump version ([bc931985](https://github.com/gregoranders/typescript-react-electron-starter/commit/bc931985078fbace9bfbbb3830a5210c7f685cdc)) + * prepare next release ([6894aa2c](https://github.com/gregoranders/typescript-react-electron-starter/commit/6894aa2c3eb0d4c0a09078f583b152d6353da6a1)) +* **dependencies:** + * update dependencies ([3226fb0f](https://github.com/gregoranders/typescript-react-electron-starter/commit/3226fb0f6693725c841ff8ca04d5235fc32086b2)) + * update dependnencies ([71b47212](https://github.com/gregoranders/typescript-react-electron-starter/commit/71b4721282a3e942de14a55e9de9bc9f3c6d2a86)) + * update depenedencies ([b2aa3748](https://github.com/gregoranders/typescript-react-electron-starter/commit/b2aa37481a67f6e06bf7d31fddf24a6aa94e7568)) + * update dev dependencies ([00b511d6](https://github.com/gregoranders/typescript-react-electron-starter/commit/00b511d69e282989c71f9f44c7d971142685c549)) + * update dependencies ([c8e77efa](https://github.com/gregoranders/typescript-react-electron-starter/commit/c8e77efa8b0d12ae9d38f7c6b20f151240775e76)) + * update dependencies ([45c5c89d](https://github.com/gregoranders/typescript-react-electron-starter/commit/45c5c89d986e2c2d36e2973cb84821d7be6b94ca)) + * update dependencies ([9697761e](https://github.com/gregoranders/typescript-react-electron-starter/commit/9697761e239ba16267007ed66d2496d1bd3fa77e)) + * update dependencies ([c484a31e](https://github.com/gregoranders/typescript-react-electron-starter/commit/c484a31e7a13612764a4945cde652fe83b68ddb6)) + * remove dependency ([3a3d93cd](https://github.com/gregoranders/typescript-react-electron-starter/commit/3a3d93cd43be55672c95323cd368716854659e65)) +* **quality:** add codacy ([372441bf](https://github.com/gregoranders/typescript-react-electron-starter/commit/372441bf7ce6654aaf6bcc25d9f76b8dd6c39070)) + +##### Documentation Changes + +* **CHANGELOG:** update changelog ([ae503d77](https://github.com/gregoranders/typescript-react-electron-starter/commit/ae503d77000d53d5e4c0c039807766d2fc872ad0)) +* **README:** update badges ([f7355f97](https://github.com/gregoranders/typescript-react-electron-starter/commit/f7355f97f44ec27b7ae24e0de182d92cf6139a9c)) +* **contrib:** update docs ([1e5b5b96](https://github.com/gregoranders/typescript-react-electron-starter/commit/1e5b5b9600d9aad8336b9b750e6b158e3a9afc54)) + +##### Bug Fixes + +* **gulp:** fix gulpfile.ts ([c05faa33](https://github.com/gregoranders/typescript-react-electron-starter/commit/c05faa3370dc247ae33b6f1c84dde1477278bc49)) + +##### Other Changes + +* **release:** fix github actions ([c4926e92](https://github.com/gregoranders/typescript-react-electron-starter/commit/c4926e928210b56ee3dbaeb069841e6793ba1b71)) +* gregoranders/typescript-react-electron-starter into development ([19d2fb6b](https://github.com/gregoranders/typescript-react-electron-starter/commit/19d2fb6baa1ecd4553dedce481a8967a1d7c2b36)) +* bump @types/jest from 26.0.4 to 26.0.5 ([c7138175](https://github.com/gregoranders/typescript-react-electron-starter/commit/c71381754956c04777d7634350e32e06c0c23466)) +* bump @octokit/types from 5.0.1 to 5.1.0 ([9491be83](https://github.com/gregoranders/typescript-react-electron-starter/commit/9491be8390cfc192e580b1bd6a3571282534fa36)) +* bump @octokit/core from 3.1.0 to 3.1.1 ([d12fbd0c](https://github.com/gregoranders/typescript-react-electron-starter/commit/d12fbd0c0bc1c712e62723c28b6d33ba15fd1794)) +* bump @octokit/rest from 18.0.0 to 18.0.1 ([8b5b48d8](https://github.com/gregoranders/typescript-react-electron-starter/commit/8b5b48d840bbc86f73f081dbf4ef234f6eb48643)) +* bump typescript from 3.9.6 to 3.9.7 ([375d1e1c](https://github.com/gregoranders/typescript-react-electron-starter/commit/375d1e1c108cf9e1246acf09ff38eabebdaa25b2)) +* bump ts-jest from 26.1.1 to 26.1.3 ([7620cb0b](https://github.com/gregoranders/typescript-react-electron-starter/commit/7620cb0b889f555f06c132aef04544c2e01bfb07)) +* bump archiver from 4.0.1 to 4.0.2 ([2864970f](https://github.com/gregoranders/typescript-react-electron-starter/commit/2864970fa4e3be93f137e0749870203ccc13ecef)) +* bump eslint-plugin-react-hooks from 4.0.7 to 4.0.8 ([04c1c445](https://github.com/gregoranders/typescript-react-electron-starter/commit/04c1c445b8ca031159d77d15a6c03c6979e04dbd)) +* bump @typescript-eslint/eslint-plugin from 3.6.0 to 3.6.1 ([30e09717](https://github.com/gregoranders/typescript-react-electron-starter/commit/30e0971715344a03008bdf28686ad6bc7213d2a3)) +* bump @types/react from 16.9.42 to 16.9.43 ([d7f45235](https://github.com/gregoranders/typescript-react-electron-starter/commit/d7f452359349aa6a8745e2a95e511644064e3624)) +* bump eslint-plugin-react from 7.20.2 to 7.20.3 ([1b16d35a](https://github.com/gregoranders/typescript-react-electron-starter/commit/1b16d35a49bcb52ac1136fe07b36394e1de7d780)) +* bump eslint-plugin-react-hooks from 4.0.5 to 4.0.6 ([6d8cc141](https://github.com/gregoranders/typescript-react-electron-starter/commit/6d8cc1414ae977fd2e623b828a45c0cbe0c2d1b8)) +* bump spectron from 11.0.0 to 11.1.0 ([d9017095](https://github.com/gregoranders/typescript-react-electron-starter/commit/d9017095c26e1a6ad60cda4a7a6107727118163f)) +* bump @typescript-eslint/parser from 3.5.0 to 3.6.0 ([541055bf](https://github.com/gregoranders/typescript-react-electron-starter/commit/541055bf5544937eb3fc9d3ab7cc8658da28f560)) +* bump electron from 9.0.5 to 9.1.0 ([8ebefc1c](https://github.com/gregoranders/typescript-react-electron-starter/commit/8ebefc1c2068606ce5d0068723d17ef32ab5dba1)) +* bump @types/jest from 26.0.3 to 26.0.4 ([3381b92a](https://github.com/gregoranders/typescript-react-electron-starter/commit/3381b92aa83793f41bc6bb5e9ed353b05857845d)) +* bump @typescript-eslint/eslint-plugin from 3.5.0 to 3.6.0 ([e157b2c4](https://github.com/gregoranders/typescript-react-electron-starter/commit/e157b2c4c031927c103b524086a0bdbbd1943eec)) +* bump eslint from 7.3.1 to 7.4.0 ([71efa019](https://github.com/gregoranders/typescript-react-electron-starter/commit/71efa019e19bbcfb731ce439d456dff5b3ad03c6)) +* bump eslint-plugin-jest from 23.17.1 to 23.18.0 ([3af502ac](https://github.com/gregoranders/typescript-react-electron-starter/commit/3af502acc4038e46000b5d327a46d0636f8b059e)) +* bump spectre.css from 0.5.8 to 0.5.9 ([48ba90be](https://github.com/gregoranders/typescript-react-electron-starter/commit/48ba90bedd77807794d3656b5f2a717abba74aaf)) +* bump typescript from 3.9.5 to 3.9.6 ([e79ae980](https://github.com/gregoranders/typescript-react-electron-starter/commit/e79ae980d98e632d2decaf4a6e1db41b37a8b81a)) +* bump eslint-plugin-react from 7.20.2 to 7.20.3 ([9f5ff5c3](https://github.com/gregoranders/typescript-react-electron-starter/commit/9f5ff5c3ec57eb38c7ed9b01ca56e67b7d3d79a8)) +* bump through2 from 4.0.1 to 4.0.2 ([0bebec1a](https://github.com/gregoranders/typescript-react-electron-starter/commit/0bebec1a5bd0002f6bb3fcef02da2f26ba6507d5)) +* bump eslint-plugin-react from 7.20.1 to 7.20.2 ([3429eb49](https://github.com/gregoranders/typescript-react-electron-starter/commit/3429eb49fae9515a207b38ce362796a2b9c3f344)) +* bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 ([59a1feb1](https://github.com/gregoranders/typescript-react-electron-starter/commit/59a1feb1f9b124026e7497fe79ac421eb67bf724)) +* bump @types/electron-packager from 14.0.0 to 15.0.1 ([d0abfa9d](https://github.com/gregoranders/typescript-react-electron-starter/commit/d0abfa9dd1842bfa710870fa5d947f19a6bffa3e)) +* bump @typescript-eslint/parser from 3.4.0 to 3.5.0 ([6555e02e](https://github.com/gregoranders/typescript-react-electron-starter/commit/6555e02e5fb3f77a29a2c7e6daf6ae0b76ed76ad)) +* bump electron-packager from 14.2.1 to 15.0.0 ([4f1af2b8](https://github.com/gregoranders/typescript-react-electron-starter/commit/4f1af2b87aec9a000876150453d126950221719d)) +* bump through2 from 3.0.2 to 4.0.1 ([715d8e8d](https://github.com/gregoranders/typescript-react-electron-starter/commit/715d8e8dbda7bf157155cc339f2c81d298038db3)) +* bump eslint-plugin-react from 7.20.0 to 7.20.1 ([5283396d](https://github.com/gregoranders/typescript-react-electron-starter/commit/5283396dce76202211863ef3ef409d936c7f8cde)) + +##### Refactors + +* **actions:** remove github action ([eee159a5](https://github.com/gregoranders/typescript-react-electron-starter/commit/eee159a56f35154a849415a6740fd9c81f1a410d)) + #### 0.0.11 (2020-08-19) ##### Build System / Dependencies diff --git a/SECURITY.md b/SECURITY.md index d5fc148..048ff93 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,9 +5,8 @@ ​ | Version | Supported | | ------- | ------------------ | -| 0.0.11 | :white_check_mark: | -| 0.0.10 | :x: | -| 0.0.9 | :x: | +| 0.0.12 | :white_check_mark: | +| 0.0.11 | :x: | ​ ## Reporting a Vulnerability diff --git a/package.json b/package.json index e8ae215..6cf0c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-react-electron-starter", - "version": "0.0.11", + "version": "0.0.12", "description": "TypeScript React Electron Starter", "main": "app/main.js", "scripts": {