diff --git a/CHANGELOG.md b/CHANGELOG.md index fb21d32..fd66ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0-alpha.17](https://github.com/yeskiy/prpcow/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2024-03-22) + + +### Features + +* Changed way of generating default Classes; Add InvertedWeakMap; Code refactor; Uncomment and refine function cleanup test; Update LICENSE year; Updated Base Node and npm version to 18.x ([38b2db1](https://github.com/yeskiy/prpcow/commit/38b2db1a1a62e46c8f399ec6b53d3c414ee925b2)) + ## [2.0.0-alpha.16](https://github.com/yeskiy/prpcow/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2023-09-12) diff --git a/package-lock.json b/package-lock.json index 3b7e425..dbea88c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prpcow", - "version": "2.0.0-alpha.16", + "version": "2.0.0-alpha.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "prpcow", - "version": "2.0.0-alpha.16", + "version": "2.0.0-alpha.17", "license": "MIT", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index 44f8e2b..ea89527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prpcow", - "version": "2.0.0-alpha.16", + "version": "2.0.0-alpha.17", "description": "Plain RPC (Remote Procedure Call) over WebSocket", "type": "module", "main": "./dist/esm/src/index.js",