Skip to content

Commit

Permalink
chore(develop): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mmarchini committed Aug 30, 2024
1 parent 37680d0 commit 46e1b45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0](https://github.com/mmarchini-oss/node-observe/compare/v2.0.0...v3.0.0) (2024-08-30)


### ⚠ BREAKING CHANGES

* drop support for Node.js 10, 12, 14

### Features

* add experimental custom-script tool (undocumented) ([39208d4](https://github.com/mmarchini-oss/node-observe/commit/39208d49c29fff33c79af58679f00e155fbaffef))
* drop support for Node.js 10, 12, 14 ([37680d0](https://github.com/mmarchini-oss/node-observe/commit/37680d0bd203642ebfbfeda8afe11370866be0c2))

## [2.0.0](https://github.com/mmarchini-oss/node-observe/compare/v1.1.0...v2.0.0) (2023-07-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mmarchini/observe",
"version": "2.0.0",
"version": "3.0.0",
"description": "Inspector Protocol made easy",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 46e1b45

Please sign in to comment.