Skip to content

Commit

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


##
[4.7.7](v4.7.6...v4.7.7)
(2024-06-22)


### Bug Fixes

* execute postinstall script iff in development mode
([#1132](#1132))
([3c68216](3c68216))


### Chores

* **deps:** bump the npm group across 1 directory with 6 updates
([#1135](#1135))
([905478a](905478a))

---
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 Jun 22, 2024
1 parent 905478a commit 1cdbdd1
Show file tree
Hide file tree
Showing 4 changed files with 16 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 @@
{
".": "4.7.6"
".": "4.7.7"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/) using [Con

Since `v4.6.0`, we have switched to automated releases and this file does not need to be manually updated.

## [4.7.7](https://github.com/nwutils/nw-builder/compare/v4.7.6...v4.7.7) (2024-06-22)


### Bug Fixes

* execute postinstall script iff in development mode ([#1132](https://github.com/nwutils/nw-builder/issues/1132)) ([3c68216](https://github.com/nwutils/nw-builder/commit/3c682167369248e96ed48ea06163169805fcedda))


### Chores

* **deps:** bump the npm group across 1 directory with 6 updates ([#1135](https://github.com/nwutils/nw-builder/issues/1135)) ([905478a](https://github.com/nwutils/nw-builder/commit/905478a0156a9047aa10f629cb53200ee6f90e65))

## [4.7.6](https://github.com/nwutils/nw-builder/compare/v4.7.5...v4.7.6) (2024-06-19)


Expand Down
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": "nw-builder",
"version": "4.7.6",
"version": "4.7.7",
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
"keywords": [
"NW.js",
Expand Down

0 comments on commit 1cdbdd1

Please sign in to comment.