Skip to content

Commit 46e1b45

Browse files
github-actions[bot]mmarchini
authored andcommitted
chore(develop): release 3.0.0
1 parent 37680d0 commit 46e1b45

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/mmarchini-oss/node-observe/compare/v2.0.0...v3.0.0) (2024-08-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for Node.js 10, 12, 14
9+
10+
### Features
11+
12+
* add experimental custom-script tool (undocumented) ([39208d4](https://github.com/mmarchini-oss/node-observe/commit/39208d49c29fff33c79af58679f00e155fbaffef))
13+
* drop support for Node.js 10, 12, 14 ([37680d0](https://github.com/mmarchini-oss/node-observe/commit/37680d0bd203642ebfbfeda8afe11370866be0c2))
14+
315
## [2.0.0](https://github.com/mmarchini-oss/node-observe/compare/v1.1.0...v2.0.0) (2023-07-15)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mmarchini/observe",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Inspector Protocol made easy",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)