chore(release): 0.0.2-develop.3 [skip ci]

## [0.0.2-develop.3](https://git.lumeweb.com/LumeWeb/libhyperproxy/compare/v0.0.2-develop.2...v0.0.2-develop.3) (2023-08-02)

### Bug Fixes

* add stub unref method for UDP ([3ed168a](3ed168abd7))
This commit is contained in:
semantic-release-bot 2023-08-02 19:19:48 +00:00
parent 9c7f240056
commit 894c9d9e36
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [0.0.2-develop.3](https://git.lumeweb.com/LumeWeb/libhyperproxy/compare/v0.0.2-develop.2...v0.0.2-develop.3) (2023-08-02)
### Bug Fixes
* add stub unref method for UDP ([3ed168a](https://git.lumeweb.com/LumeWeb/libhyperproxy/commit/3ed168abd70f37145e46dbe1c98363f9dd8afb0d))
## [0.0.2-develop.2](https://git.lumeweb.com/LumeWeb/libhyperproxy/compare/v0.0.2-develop.1...v0.0.2-develop.2) (2023-07-09)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/libhyperproxy",
"version": "0.0.2-develop.2",
"version": "0.0.2-develop.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/libhyperproxy",
"version": "0.0.2-develop.2",
"version": "0.0.2-develop.3",
"dependencies": {
"binconv": "^0.2.0",
"compact-encoding": "^2.12.0",

View File

@ -1,6 +1,6 @@
{
"name": "@lumeweb/libhyperproxy",
"version": "0.0.2-develop.2",
"version": "0.0.2-develop.3",
"main": "lib/index.js",
"type": "module",
"repository": {