Skip to content

Commit e413fa1

Browse files
committed
Update readme and changelog
2 parents 5c665b0 + 1c3684f commit e413fa1

File tree

15 files changed

+22
-17
lines changed

15 files changed

+22
-17
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
## 4.2.0
66

7-
- Feature: Extend `Window` class with `minimize` and `restore` methods
7+
- Feature: Extend `Window` class with `minimize` and `restore` methods
88

99
## 4.1.0
1010

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Please visit
1818
for detailed documentation and tutorials
1919
</p>
2020

21+
<p align="center">
22+
Most importantly,
23+
</p>
24+
<h1 align="center"><a href="https://nutjs.dev/blog/i-give-up">please read this</a></h1>
25+
2126
<br/>
2227

2328
# About

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)",

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+
}

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+
}

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",

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",

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",

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",

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": {

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",

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",

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",

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",

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)