Skip to content

Commit

Permalink
chore(main): release 0.0.1 (#3)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.0.1](v0.0.0...v0.0.1)
(2024-08-26)


### Bug Fixes

* **polyfill:** export polyfill function
([#29](#29))
([bbd6174](bbd6174))


### Chores

* **deps-dev:** bump ws from 8.17.0 to 8.17.1
([#11](#11))
([d1b6a69](d1b6a69))
* **deps:** bump nw from 0.87.0-4 to 0.88.0 in the npm group
([#2](#2))
([992857e](992857e))
* **deps:** bump the gha group across 1 directory with 2 updates
([#24](#24))
([06486fb](06486fb))
* **deps:** bump the gha group across 1 directory with 2 updates
([#6](#6))
([81ad4b9](81ad4b9))
* **deps:** bump the npm group across 1 directory with 2 updates
([#13](#13))
([cf0f11b](cf0f11b))
* **deps:** bump the npm group across 1 directory with 3 updates
([#10](#10))
([08b9b6f](08b9b6f))
* **deps:** bump the npm group across 1 directory with 4 updates
([#23](#23))
([dbbfec2](dbbfec2))
* **deps:** bump the npm group across 1 directory with 5 updates
([#30](#30))
([042c15c](042c15c))
* **deps:** upgrade nw to 0.88.0-2
([db02eb6](db02eb6))
* **test:** coverage for nw.App
([#26](#26))
([9619482](9619482))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 26, 2024
1 parent 042c15c commit 4224026
Show file tree
Hide file tree
Showing 4 changed files with 26 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 @@
{
".": "0.0.0"
".": "0.0.1"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.0.1](https://github.com/nwutils/nw-cli/compare/v0.0.0...v0.0.1) (2024-08-26)


### Bug Fixes

* **polyfill:** export polyfill function ([#29](https://github.com/nwutils/nw-cli/issues/29)) ([bbd6174](https://github.com/nwutils/nw-cli/commit/bbd61747feaef21b733d8699161a5efe38739511))


### Chores

* **deps-dev:** bump ws from 8.17.0 to 8.17.1 ([#11](https://github.com/nwutils/nw-cli/issues/11)) ([d1b6a69](https://github.com/nwutils/nw-cli/commit/d1b6a692f777007344e7ed4ea9223882721e9cb7))
* **deps:** bump nw from 0.87.0-4 to 0.88.0 in the npm group ([#2](https://github.com/nwutils/nw-cli/issues/2)) ([992857e](https://github.com/nwutils/nw-cli/commit/992857ed46fde820d54251b58c83c4bea4fba566))
* **deps:** bump the gha group across 1 directory with 2 updates ([#24](https://github.com/nwutils/nw-cli/issues/24)) ([06486fb](https://github.com/nwutils/nw-cli/commit/06486fb1d91c09fb9312fd92050710205549f35d))
* **deps:** bump the gha group across 1 directory with 2 updates ([#6](https://github.com/nwutils/nw-cli/issues/6)) ([81ad4b9](https://github.com/nwutils/nw-cli/commit/81ad4b948a4661df4a5320135caa79e88fc3d89f))
* **deps:** bump the npm group across 1 directory with 2 updates ([#13](https://github.com/nwutils/nw-cli/issues/13)) ([cf0f11b](https://github.com/nwutils/nw-cli/commit/cf0f11b6b20fb738aac252711b66bd5814d1a1d2))
* **deps:** bump the npm group across 1 directory with 3 updates ([#10](https://github.com/nwutils/nw-cli/issues/10)) ([08b9b6f](https://github.com/nwutils/nw-cli/commit/08b9b6fb510e74b1228e4dd94e50ffe4a15f3823))
* **deps:** bump the npm group across 1 directory with 4 updates ([#23](https://github.com/nwutils/nw-cli/issues/23)) ([dbbfec2](https://github.com/nwutils/nw-cli/commit/dbbfec256c577561307d4826e9ebc742a668dcdc))
* **deps:** bump the npm group across 1 directory with 5 updates ([#30](https://github.com/nwutils/nw-cli/issues/30)) ([042c15c](https://github.com/nwutils/nw-cli/commit/042c15ce587ff88969a379463088af442cea3e8a))
* **deps:** upgrade nw to 0.88.0-2 ([db02eb6](https://github.com/nwutils/nw-cli/commit/db02eb6ad9522a50c253ade9f45170d3bee0d462))
* **test:** coverage for nw.App ([#26](https://github.com/nwutils/nw-cli/issues/26)) ([9619482](https://github.com/nwutils/nw-cli/commit/961948240e26d26552fae5718d68b9b136955f6b))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nwutils/cli",
"version": "0.0.0",
"version": "0.0.1",
"description": "Command line interface for building NW.js applications",
"keywords": [
"NW.js",
Expand Down

0 comments on commit 4224026

Please sign in to comment.