Skip to content

Commit 2376e3c

Browse files
authored
Release/v4.2.0 (#580)
* Updated changelog * Version bump to v4.2.0
1 parent 5f8d9b7 commit 2376e3c

File tree

14 files changed

+20
-16
lines changed

14 files changed

+20
-16
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 4.2.0
6+
7+
- Feature: Extend `Window` class with `minimize` and `restore` methods
8+
59
## 4.1.0
610

711
- Enhancement: Extend `WindowProviderInterface` with `minimizeWindow` and `restoreWindow` functions

Diff for: core/configs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nut-tree/configs",
33
"private": true,
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"description": "Shared configs for nut.js",
66
"author": {
77
"name": "dry Software UG (haftungsbeschränkt)",

Diff for: core/nut.js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/nut-js",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"license": "Apache-2.0",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -70,4 +70,4 @@
7070
"engines": {
7171
"node": ">=16"
7272
}
73-
}
73+
}

Diff for: core/provider-interfaces/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/provider-interfaces",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Public provider interfaces for @nut-tree/nut-js",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -28,4 +28,4 @@
2828
"devDependencies": {
2929
"@nut-tree/configs": "workspace:*"
3030
}
31-
}
31+
}

Diff for: core/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/shared",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Shared objects, data types and functions for @nut-tree/nut-js",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: e2e/window-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-window",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "Integration tests to verify window handling",
66
"main": "main.js",

Diff for: examples/jest-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-jest",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "A simple nut.js test example which demos Jest integration",
66
"main": "index.js",

Diff for: examples/keyboard-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-keyboard",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "A simple nut.js test example which tests keyboard control",
66
"main": "index.js",

Diff for: examples/mouse-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-mouse",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "A simple nut.js test example which tests mouse control",
66
"author": {

Diff for: examples/screen-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-screen",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "A simple nut.js test example which tests screen control",
66
"main": "index.js",

Diff for: examples/typescript-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-typescript",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"description": "A simple nut.js test example which demos usage with TypeScript",
66
"main": "index.ts",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/monorepo",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": true,
55
"scripts": {
66
"test": "pnpm -r test",

Diff for: providers/clipboardy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/default-clipboard-provider",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "The @nut-tree/nut-js default clipboard provider based on clipboardy",
55
"main": "dist/index",
66
"typings": "dist/index",

Diff for: providers/libnut/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nut-tree/libnut",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "libnut is an N-API module for desktop automation with node",
55
"main": "dist/index",
66
"typings": "dist/index",
@@ -54,4 +54,4 @@
5454
"peerDependencies": {
5555
"@nut-tree/nut-js": "^3"
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)