Skip to content

Commit

Permalink
chore(v3): release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
1 parent 564ba2e commit 561df8c
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.8.8"
".": "3.9.0"
}
128 changes: 128 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,134 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.9.0](https://github.com/nwutils/nw-builder/compare/v3.8.8...v3.9.0) (2024-02-26)


### Features

* **api:** match all options in the module, cli and `package.json` ([#586](https://github.com/nwutils/nw-builder/issues/586)) ([f5daaab](https://github.com/nwutils/nw-builder/commit/f5daaabef4446842f714748a205788bd1269d039))
* **api:** optional zip file merging ([#567](https://github.com/nwutils/nw-builder/issues/567)) ([8b0e72d](https://github.com/nwutils/nw-builder/commit/8b0e72df53904e2e98669bea353b306aa1ef5c81))
* **args:** improve api dx ([#488](https://github.com/nwutils/nw-builder/issues/488)) ([b54e81d](https://github.com/nwutils/nw-builder/commit/b54e81d63dfabe49c275a0898b33e895c938cdb7))
* **docs:** add repro link to issue template ([3dc840c](https://github.com/nwutils/nw-builder/commit/3dc840c5adca3ae0b7c222f05945be9a68a9a8c8))


### Bug Fixes

* add back `nwbuild` function ([efd020f](https://github.com/nwutils/nw-builder/commit/efd020fee10d20add16b9cc038abdf2178a75ff4))
* **build:** lint project ([c9f4467](https://github.com/nwutils/nw-builder/commit/c9f4467248f272574c4da3901a1ad243025cccb7))
* **build:** rename executable ([#928](https://github.com/nwutils/nw-builder/issues/928)) ([5668685](https://github.com/nwutils/nw-builder/commit/56686854e7734e7a7b23194eaaf334d9aa8ff39f))
* check for first instance of `package.json` ([#644](https://github.com/nwutils/nw-builder/issues/644)) ([52fa1e6](https://github.com/nwutils/nw-builder/commit/52fa1e6e875d8571e6b13330c1137d340448f6d1))
* **cicd:** rename branch to `main` ([d06e1e8](https://github.com/nwutils/nw-builder/commit/d06e1e8a8544ecc646633f60941d17e9ef8a3203))
* **ci:** syntax error ([7cca18c](https://github.com/nwutils/nw-builder/commit/7cca18c9f54be36390f4b266f221a481f7843906))
* **ci:** update dependabot directory ([23b9b5f](https://github.com/nwutils/nw-builder/commit/23b9b5fb8dee0009329bd7f9b79c9f5cec64d432))
* **ci:** update import file extensions ([93cc727](https://github.com/nwutils/nw-builder/commit/93cc72751cec585fae42bc0dcf722254f716bdc3))
* **cli:** add missing options ([#575](https://github.com/nwutils/nw-builder/issues/575)) ([79756ed](https://github.com/nwutils/nw-builder/commit/79756ed0b2733653e94492303427d95e14e660cd))
* **cli:** add support for comma seperated values without spaces ([306de31](https://github.com/nwutils/nw-builder/commit/306de310e56f73731d05038a34943fc74688ac57))
* **cli:** support multiple file paths ([#609](https://github.com/nwutils/nw-builder/issues/609)) ([9469f97](https://github.com/nwutils/nw-builder/commit/9469f97a33b32a7247fa42b0eab851ac4d5655c0))
* **config:** update entry point ([5969a1b](https://github.com/nwutils/nw-builder/commit/5969a1bb64a07d919b8bbc161b8c52cf3939b8ab))
* **deps:** remove breaking `thenify` ([#572](https://github.com/nwutils/nw-builder/issues/572)) ([d985bf6](https://github.com/nwutils/nw-builder/commit/d985bf6160adcb7c46de0e9c29bf94224f02af6f))
* do not restrict Node version ([e0885b7](https://github.com/nwutils/nw-builder/commit/e0885b75aede7b57d1f4ef6d8cb25966bbbc6be0))
* **docs:** clarify `mode` option usage ([1ef6664](https://github.com/nwutils/nw-builder/commit/1ef666443c6b8be17971cdffa2f91573bc2f172e))
* **docs:** rename issue template ([95e78f6](https://github.com/nwutils/nw-builder/commit/95e78f6a6aacd2d31364acb1d1b3dd63335e6b7e))
* **docs:** update versions, fix broken links ([#555](https://github.com/nwutils/nw-builder/issues/555)) ([b96d47d](https://github.com/nwutils/nw-builder/commit/b96d47d8ba22e5a53576b0b470565fe419968c3c))
* in run mode, -p always uses the current platform. Fixes [#387](https://github.com/nwutils/nw-builder/issues/387) ([e31b1d1](https://github.com/nwutils/nw-builder/commit/e31b1d155ba4de5eac25ae3ebadfd5dcf247c478))
* **lib:** add `callback` array to `nwbuild` function ([25843fd](https://github.com/nwutils/nw-builder/commit/25843fda7a0675e6b949471650bda0bd51716a1a))
* **lib:** execute async function ([fce5945](https://github.com/nwutils/nw-builder/commit/fce5945408d57a1cf9b8f97bf28e5c906976d8e7))
* mac and windows build ([#650](https://github.com/nwutils/nw-builder/issues/650)) ([f647de0](https://github.com/nwutils/nw-builder/commit/f647de098ddfc0ef400ea8041be2cedc4be3622a))
* package.json to reduce vulnerabilities ([dd1e8a5](https://github.com/nwutils/nw-builder/commit/dd1e8a5d596d35f22b8369ddb9047f12a8021009))
* platform.files should always be an array ([0062cfb](https://github.com/nwutils/nw-builder/commit/0062cfb431070dc9c64aa666f5be6ae3f1618aba)), closes [#90](https://github.com/nwutils/nw-builder/issues/90)
* **platform:** add osx multiple locale support ([#389](https://github.com/nwutils/nw-builder/issues/389)) ([3388a73](https://github.com/nwutils/nw-builder/commit/3388a73b4738aff3ad722f3809303f3edc34d39f))
* problem due to NW.js 0.22.0+ symlinks ([7f10751](https://github.com/nwutils/nw-builder/commit/7f10751ac76aefa8dbb6dda34c856c3df46406af))
* **resource:** set windows icon with rcedit ([#566](https://github.com/nwutils/nw-builder/issues/566)) ([43c0383](https://github.com/nwutils/nw-builder/commit/43c03831e26c29ab03cd124da94f1948d178c05c))
* **utils:** add back `chmod` ([17a7a38](https://github.com/nwutils/nw-builder/commit/17a7a38c76cfbf015768af478618087448afb390))
* **utils:** do not append `Version` before `CFBundleShortVersionString` ([#576](https://github.com/nwutils/nw-builder/issues/576)) ([6282f27](https://github.com/nwutils/nw-builder/commit/6282f27e26499ae835450b4f9f6296d0d9071000))
* **utils:** don't change binary file permissions ([fe8b535](https://github.com/nwutils/nw-builder/commit/fe8b535d39b222f4657f8d2e62385029dbe08593))
* **utils:** only read files called `package.json` ([#600](https://github.com/nwutils/nw-builder/issues/600)) ([ed4eee1](https://github.com/nwutils/nw-builder/commit/ed4eee1d1b5de3696d6bdeedf6a47f44787127cd))
* **utils:** typo ([c0c6092](https://github.com/nwutils/nw-builder/commit/c0c6092b38b4d125348e16ac49bc3b50856e29c1))
* validation errors ([ff8e9d0](https://github.com/nwutils/nw-builder/commit/ff8e9d0b0a7f09c1b0d21d96c32af05e230e3478))


### Chores

* **build:** separate v3 and v4 imports ([c3243c9](https://github.com/nwutils/nw-builder/commit/c3243c982f090cac4dfbcfd79f70f08ff9c05efb))
* **cd:** switch from `pnpm` to `npm` ([1b80d40](https://github.com/nwutils/nw-builder/commit/1b80d40a63b83d479e58d95d90586c4bdbb86ce2))
* **ci:** add jsdoc linting ([#577](https://github.com/nwutils/nw-builder/issues/577)) ([73840da](https://github.com/nwutils/nw-builder/commit/73840da6f424eb0236d4499ea03a9bb26913fd75))
* **ci:** add Release Please ([d1baf70](https://github.com/nwutils/nw-builder/commit/d1baf708ad852a6153424312c9656a636bbd9049))
* **cicd:** use github actions ([#552](https://github.com/nwutils/nw-builder/issues/552)) ([eb2148f](https://github.com/nwutils/nw-builder/commit/eb2148f7ae0cfe911b1cb3b0584b3a7c22c6777d))
* **ci:** set release please action target branch to v3 ([564ba2e](https://github.com/nwutils/nw-builder/commit/564ba2ed0b1e777c8d1ad2d430f8a237b9bacd05))
* **ci:** switch from `pnpm` to `npm` ([0ade9d3](https://github.com/nwutils/nw-builder/commit/0ade9d32fdc1600166859187154d1618022cea7e))
* **cli:** use cjs import ([3316072](https://github.com/nwutils/nw-builder/commit/331607231fbc25f12cc72ac338217ad2efb058fe))
* **config:** add editor config ([#574](https://github.com/nwutils/nw-builder/issues/574)) ([36b10bc](https://github.com/nwutils/nw-builder/commit/36b10bc9b70831bcdd2af39b6d2ff29775b41f3c))
* **demo:** exit process on app start ([83e4d44](https://github.com/nwutils/nw-builder/commit/83e4d44313ad77f10e106a032bf356b19761da93))
* **demo:** simplify example ([a92ac7a](https://github.com/nwutils/nw-builder/commit/a92ac7a79e6e1e1a346dfbe78838bc038c687dc5))
* **deps-dev:** add `pnpm` ([4139526](https://github.com/nwutils/nw-builder/commit/4139526a99a5126ac4bda3cdc7ed053017c09d7c))
* **deps-dev:** bump esbuild from 0.14.47 to 0.14.48 ([3e13d5a](https://github.com/nwutils/nw-builder/commit/3e13d5a7d2a3807171b6bce5c81d3bc53bf1bcd2))
* **deps-dev:** bump esbuild from 0.14.48 to 0.14.49 ([#596](https://github.com/nwutils/nw-builder/issues/596)) ([91e71d7](https://github.com/nwutils/nw-builder/commit/91e71d7ee881fea57a263f08ef4d0ccbb194007a))
* **deps-dev:** bump esbuild from 0.14.49 to 0.14.51 ([#604](https://github.com/nwutils/nw-builder/issues/604)) ([02784f2](https://github.com/nwutils/nw-builder/commit/02784f265b94c6de2807765e1ec6610350c2a72a))
* **deps-dev:** bump esbuild from 0.14.51 to 0.14.53 ([#613](https://github.com/nwutils/nw-builder/issues/613)) ([68542f9](https://github.com/nwutils/nw-builder/commit/68542f98a1da08e0cbcddce24117b4b600dbb4ac))
* **deps-dev:** bump esbuild from 0.14.53 to 0.15.2 ([#622](https://github.com/nwutils/nw-builder/issues/622)) ([da6717d](https://github.com/nwutils/nw-builder/commit/da6717de8f621bd8c98371257e18e75b049d9019))
* **deps-dev:** bump esbuild from 0.15.2 to 0.15.5 ([#627](https://github.com/nwutils/nw-builder/issues/627)) ([b81d060](https://github.com/nwutils/nw-builder/commit/b81d060253d31f769be1a4c6173b1bf8fc5e127d))
* **deps-dev:** bump esbuild from 0.15.5 to 0.15.7 ([#642](https://github.com/nwutils/nw-builder/issues/642)) ([630b6a2](https://github.com/nwutils/nw-builder/commit/630b6a26ed3e4f7d935cf8c83951f961d0cfbf60))
* **deps-dev:** bump eslint from 8.18.0 to 8.19.0 ([bf9b13e](https://github.com/nwutils/nw-builder/commit/bf9b13ec1ccf3d8be977ecdade444936d16c6450))
* **deps-dev:** bump eslint from 8.19.0 to 8.20.0 ([#603](https://github.com/nwutils/nw-builder/issues/603)) ([8a977c4](https://github.com/nwutils/nw-builder/commit/8a977c4dc86cfc4286a8fef10d189331fc2af43d))
* **deps-dev:** bump eslint from 8.20.0 to 8.21.0 ([#612](https://github.com/nwutils/nw-builder/issues/612)) ([91a759f](https://github.com/nwutils/nw-builder/commit/91a759f5a5b8e99363694a0b5d78f5c27644dd96))
* **deps-dev:** bump eslint from 8.21.0 to 8.22.0 ([#628](https://github.com/nwutils/nw-builder/issues/628)) ([13551f7](https://github.com/nwutils/nw-builder/commit/13551f7ef6821a9388a82d1980cd59ef93a99812))
* **deps-dev:** bump eslint from 8.22.0 to 8.23.0 ([#638](https://github.com/nwutils/nw-builder/issues/638)) ([295664d](https://github.com/nwutils/nw-builder/commit/295664ddccd981924fa27ce598540f447f1138d0))
* **deps-dev:** bump eslint from 8.23.0 to 8.23.1 ([#648](https://github.com/nwutils/nw-builder/issues/648)) ([8a6830e](https://github.com/nwutils/nw-builder/commit/8a6830eaeb52c333511323289f34ab4cdca38d69))
* **deps-dev:** bump eslint-plugin-jsdoc from 39.3.3 to 39.3.4 ([#605](https://github.com/nwutils/nw-builder/issues/605)) ([7f2ee5b](https://github.com/nwutils/nw-builder/commit/7f2ee5b1da8513c278e2c1b695e83dea32a81f26))
* **deps-dev:** bump eslint-plugin-jsdoc from 39.3.4 to 39.3.6 ([#620](https://github.com/nwutils/nw-builder/issues/620)) ([d01c268](https://github.com/nwutils/nw-builder/commit/d01c26856426828c9cde458e72960cf02cb97936))
* **deps-dev:** bump jest from 28.1.1 to 28.1.2 ([5ebada0](https://github.com/nwutils/nw-builder/commit/5ebada069952007148feef4be67047d88f451f8b))
* **deps-dev:** bump jest from 28.1.2 to 28.1.3 ([#598](https://github.com/nwutils/nw-builder/issues/598)) ([1b0a6a8](https://github.com/nwutils/nw-builder/commit/1b0a6a8e27575c4bd2e41a8818189211887c0874))
* **deps-dev:** bump jest from 28.1.3 to 29.0.2 ([#637](https://github.com/nwutils/nw-builder/issues/637)) ([7a9210c](https://github.com/nwutils/nw-builder/commit/7a9210c7239b883f5301012e9306f19c0ade16cb))
* **deps-dev:** bump jest from 29.0.2 to 29.0.3 ([#646](https://github.com/nwutils/nw-builder/issues/646)) ([5821f66](https://github.com/nwutils/nw-builder/commit/5821f66e0c1a75e561cfc5fde60d5f1970c0666a))
* **deps-dev:** bump jest-environment-jsdom from 28.1.1 to 28.1.2 ([43b91d4](https://github.com/nwutils/nw-builder/commit/43b91d423e342bec46247375bc722005d471f8b9))
* **deps-dev:** bump jest-environment-jsdom from 28.1.2 to 28.1.3 ([#597](https://github.com/nwutils/nw-builder/issues/597)) ([cb80130](https://github.com/nwutils/nw-builder/commit/cb80130a1233a0d1e4c5122eb04f6b36ae695a32))
* **deps-dev:** bump jest-environment-jsdom from 28.1.3 to 29.0.2 ([#640](https://github.com/nwutils/nw-builder/issues/640)) ([e970e80](https://github.com/nwutils/nw-builder/commit/e970e803f24c03c8d36d463560b625b08706041e))
* **deps-dev:** bump jest-environment-jsdom from 29.0.2 to 29.0.3 ([#647](https://github.com/nwutils/nw-builder/issues/647)) ([3530ada](https://github.com/nwutils/nw-builder/commit/3530ada7fc8fe5b9746477d0a23c0d5c19c1722f))
* **deps-dev:** bump nock from 13.2.7 to 13.2.8 ([faf8fb9](https://github.com/nwutils/nw-builder/commit/faf8fb95a9cb4a64f08318a820a9785d90467095))
* **deps-dev:** bump nock from 13.2.7 to 13.2.8 ([43e87cc](https://github.com/nwutils/nw-builder/commit/43e87cc70c3104e795a948cec05d28f13c9a0c5c))
* **deps-dev:** bump nock from 13.2.8 to 13.2.9 ([#602](https://github.com/nwutils/nw-builder/issues/602)) ([3706b6c](https://github.com/nwutils/nw-builder/commit/3706b6c8e14bc63be26888cb7a8d42a8c7ca2e79))
* **deps-dev:** bump tape from 5.5.3 to 5.6.0 ([#626](https://github.com/nwutils/nw-builder/issues/626)) ([5fc6e62](https://github.com/nwutils/nw-builder/commit/5fc6e62fe2fbab2d6c1ec8d530406d6765cb725f))
* **deps:** bump `tar-fs` to v1.16.2 ([941b5f0](https://github.com/nwutils/nw-builder/commit/941b5f0de5a564ee8dac673ae7c48372a3ee3919))
* **deps:** bump plist from 3.0.5 to 3.0.6 ([#599](https://github.com/nwutils/nw-builder/issues/599)) ([d178f09](https://github.com/nwutils/nw-builder/commit/d178f09242200a5c3b23074a79cdbf82703a0ed1))
* **deps:** bump update-notifier from 5.1.0 to 6.0.2 ([#590](https://github.com/nwutils/nw-builder/issues/590)) ([6c68fdc](https://github.com/nwutils/nw-builder/commit/6c68fdc16e8465a76e577d4a386a08cb649bd8c6))
* **deps:** enable dependabot updates ([578de22](https://github.com/nwutils/nw-builder/commit/578de222955adeaeb9a90be161297d9fd115d580))
* **deps:** switch from `optimist` to `yargs` ([#532](https://github.com/nwutils/nw-builder/issues/532)) ([96d975c](https://github.com/nwutils/nw-builder/commit/96d975c7c80abbd41d341fd7abc71503c251d977))
* **deps:** update deps ([3237575](https://github.com/nwutils/nw-builder/commit/32375756920275a87fa998f7fb0b7220ad71cd96))
* **deps:** update deps ([#550](https://github.com/nwutils/nw-builder/issues/550)) ([78a1d69](https://github.com/nwutils/nw-builder/commit/78a1d69b76ae4ad6afd650083434564c19df4762))
* **deps:** update deps ([#561](https://github.com/nwutils/nw-builder/issues/561)) ([f778789](https://github.com/nwutils/nw-builder/commit/f778789f8bc602d3a8ccf1da13d1f691e5816ff1))
* **docs:** add code of conduct ([#560](https://github.com/nwutils/nw-builder/issues/560)) ([ff45925](https://github.com/nwutils/nw-builder/commit/ff4592590072cf066ed81e7c080685f20cd006e8))
* **docs:** merge into master ([#624](https://github.com/nwutils/nw-builder/issues/624)) ([e6b404b](https://github.com/nwutils/nw-builder/commit/e6b404b2809bc9f568449926182b2a539624aa12))
* **docs:** remove wip docs ([50fb388](https://github.com/nwutils/nw-builder/commit/50fb388ff35a0de0a8d5744f3e5474b63312813a))
* **docs:** update `package.json` github link ([66bb905](https://github.com/nwutils/nw-builder/commit/66bb9057c2e6af7588adac4790919b3e34ff0f5b))
* **docs:** update changelog ([c749e13](https://github.com/nwutils/nw-builder/commit/c749e13a37bc58b0b7c986bc53d0d85e87841ed9))
* **docs:** update changelog ([a069885](https://github.com/nwutils/nw-builder/commit/a069885deea5a443ff5f132020d826b451f283c9))
* **docs:** update contributing section ([#569](https://github.com/nwutils/nw-builder/issues/569)) ([32748b6](https://github.com/nwutils/nw-builder/commit/32748b6418cb249e576c8c2e8fc7b4967e846e70))
* **docs:** update nw.js releases link ([#540](https://github.com/nwutils/nw-builder/issues/540)) ([17beaaa](https://github.com/nwutils/nw-builder/commit/17beaaa615c77bebece5a8107998e220fcb58487))
* **docs:** update readme ([#553](https://github.com/nwutils/nw-builder/issues/553)) ([48ff4d5](https://github.com/nwutils/nw-builder/commit/48ff4d5a2651116f2b3499aaf2e5961aaf436393))
* **docs:** update usage section, changelog, dependabot settings ([1243f6e](https://github.com/nwutils/nw-builder/commit/1243f6e94e8aa83a2be64f8039ff599b4376cd18))
* fix problem with package-lock.json ([6a9ef38](https://github.com/nwutils/nw-builder/commit/6a9ef381ea3164c821f59d9c337c2ba7f8f8086a))
* **fmt:** format files using `prettier` ([6d655b3](https://github.com/nwutils/nw-builder/commit/6d655b36b0a6c2b93431c1c4a56f5535f869c13f))
* format using prettier ([de48bcd](https://github.com/nwutils/nw-builder/commit/de48bcdff8bc1f246efc34992737fc086bd73da0))
* **format:** use prettier ([4f2701d](https://github.com/nwutils/nw-builder/commit/4f2701d1b17065148ccd86f54353555d8e7d0bad))
* move cli code from `/bin` to `/lib` ([12325e8](https://github.com/nwutils/nw-builder/commit/12325e8a80e569998e5b3a7c46895673362234b5))
* **package:** update eol to version 0.4.0 ([#380](https://github.com/nwutils/nw-builder/issues/380)) ([484c6bc](https://github.com/nwutils/nw-builder/commit/484c6bc408365be1f8f2cc1048fb84278eadab8e))
* **package:** update eol to version 0.6.0 ([#427](https://github.com/nwutils/nw-builder/issues/427)) ([e757947](https://github.com/nwutils/nw-builder/commit/e75794732567002ffd6d8bb4f542f831c514f026))
* **package:** update lodash to version 4.17.4 ([#413](https://github.com/nwutils/nw-builder/issues/413)) ([524ff28](https://github.com/nwutils/nw-builder/commit/524ff28002427ab9b98d38b1936f967f4d5ecc20))
* **package:** update nock to version 9.0.5 ([#426](https://github.com/nwutils/nw-builder/issues/426)) ([486b833](https://github.com/nwutils/nw-builder/commit/486b833ce33fd11f325d53848a81c409d8c2709a))
* **package:** update request to version 2.79.0 ([#400](https://github.com/nwutils/nw-builder/issues/400)) ([bfaa99c](https://github.com/nwutils/nw-builder/commit/bfaa99c0bf1720b9ea0757ca2854d55b0bbb82bf))
* **package:** update request to version 2.81.0 ([#437](https://github.com/nwutils/nw-builder/issues/437)) ([99e376d](https://github.com/nwutils/nw-builder/commit/99e376d2be6265d97427c600a1eef788fb8dbe0d))
* **package:** update tape to version 4.6.2 ([#371](https://github.com/nwutils/nw-builder/issues/371)) ([4225dd4](https://github.com/nwutils/nw-builder/commit/4225dd467bbe9cf78963755400131f9628c426c7))
* refactor `platforms` ([#571](https://github.com/nwutils/nw-builder/issues/571)) ([71040d9](https://github.com/nwutils/nw-builder/commit/71040d94d394c1ca14e6b7fff5df63999781996a))
* **refactor:** `detectCurrentPlatform` function ([#564](https://github.com/nwutils/nw-builder/issues/564)) ([94da346](https://github.com/nwutils/nw-builder/commit/94da346d8c59b9a487e123925ddd293428d2a486))
* remove `prettier` ([ae2f93b](https://github.com/nwutils/nw-builder/commit/ae2f93b43170cbf4fae72beac7696e20091341a9))
* remove selenium test ([cd8b7fe](https://github.com/nwutils/nw-builder/commit/cd8b7fe629ba179a3a10e32abb516b79a93ce7b9))
* run prettier ([cefc9a5](https://github.com/nwutils/nw-builder/commit/cefc9a50de57d93dbe507ae798b33ba10d1770e0))
* switch to jsdocs ([#568](https://github.com/nwutils/nw-builder/issues/568)) ([34bea75](https://github.com/nwutils/nw-builder/commit/34bea75ac791a4264d272cc006852c22edbeea97))
* update deps, use volta for ci ([#583](https://github.com/nwutils/nw-builder/issues/583)) ([2161d25](https://github.com/nwutils/nw-builder/commit/2161d2523da665f6a0c578f182bf825d9407a103))
* **utils:** refactor `checkCache` function ([#565](https://github.com/nwutils/nw-builder/issues/565)) ([091dd53](https://github.com/nwutils/nw-builder/commit/091dd53313d6a376fd39f9a5af15897c8e014c1b))
* **utils:** remove `console.log` ([1ea6219](https://github.com/nwutils/nw-builder/commit/1ea6219e9616874b4211f76d418fa9d3068ce021))

## [Unreleased]

## [3.8.8] - 2023-08-24
Expand Down
Loading

0 comments on commit 561df8c

Please sign in to comment.