prepare 1.96.0 (#3619)

after commit, on master make sure to:

   git tag -a 1.96.0
   git push origin 1.96.0
   git tag -a py-1.96.0
   git push origin py-1.96.0
This commit is contained in:
Simon Laux
2022-10-01 22:16:24 +02:00
committed by GitHub
parent b2f7a7bb2e
commit c661619263
7 changed files with 14 additions and 11 deletions

View File

@@ -60,5 +60,5 @@
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec --bail"
},
"types": "node/dist/index.d.ts",
"version": "1.95.0"
"version": "1.96.0"
}