We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63f06f commit 3574912Copy full SHA for 3574912
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.1.0](https://github.com/mmarchini-oss/node-observe/compare/v3.0.0...v3.1.0) (2025-06-07)
4
+
5
6
+### Features
7
8
+* **custom-script:** allow passing arguments to custom scripts ([327e816](https://github.com/mmarchini-oss/node-observe/commit/327e81650a8ca958c9abcff20ac6fc0f122dce54))
9
10
## [3.0.0](https://github.com/mmarchini-oss/node-observe/compare/v2.0.0...v3.0.0) (2024-08-30)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@mmarchini/observe",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "Inspector Protocol made easy",
"main": "index.js",
"scripts": {
0 commit comments