Skip to content

Commit 182ef65

Browse files
chore(main): release 0.2.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c51be9 commit 182ef65

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/nwutils/runner/compare/v0.1.0...v0.2.0) (2026-03-04)
4+
5+
6+
### Features
7+
8+
* publish to npm ([f80a64d](https://github.com/nwutils/runner/commit/f80a64db3daf26f9265945b75d34f0d59149f992))
9+
10+
11+
### Chores
12+
13+
* add README ([e4e252b](https://github.com/nwutils/runner/commit/e4e252b2b12c084fff80fda7c76e79b1894a0d05))
14+
* **deps:** bump the gha group in /.github/workflows with 2 updates ([#3](https://github.com/nwutils/runner/issues/3)) ([9c51be9](https://github.com/nwutils/runner/commit/9c51be936a360b5091e0e9cc0e3ef1f7290a512d))
15+
* **deps:** bump the npm group with 5 updates ([#4](https://github.com/nwutils/runner/issues/4)) ([31e0c4d](https://github.com/nwutils/runner/commit/31e0c4d85cc8838c46f5ec45a19d7844b248eed6))
16+
* initial cut ([#1](https://github.com/nwutils/runner/issues/1)) ([ec40d49](https://github.com/nwutils/runner/commit/ec40d49c5daa066499913dfe4cf33c6becf7c7dc))
17+
318
## [0.2.0](https://github.com/nwutils/getter/compare/v0.1.6...v0.2.0) (2026-01-18)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nwutils/runner",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Run NW.js and related binaries for Linux, MacOS and Windows.",
55
"keywords": [
66
"NW.js",

0 commit comments

Comments
 (0)