prepare 1.82 (#3336)

* update changelog for 1.82.0

pr #3322 as added to 1.81.0 by accident;
it was never part of 1.81.0 but is now part of 1.82.0.

* bump version to 1.82.0
This commit is contained in:
bjoern
2022-05-19 19:45:13 +02:00
committed by GitHub
parent 8859da42c6
commit 2aaa850e25
5 changed files with 18 additions and 9 deletions

View File

@@ -61,5 +61,5 @@
"test:mocha": "mocha -r esm node/test/test.js --growl --reporter=spec"
},
"types": "node/dist/index.d.ts",
"version": "1.81.0"
"version": "1.82.0"
}