From 6a23ee4d6a20ea8f5491b5c090ef99c647d087cb Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Sun, 31 Mar 2024 06:30:01 -0400 Subject: [PATCH] 2.1.1 --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdab311..c7852b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [2.1.0](https://github.com/permafrost-dev/node-ray/compare/2.0.0...2.1.0) +#### [v2.1.1](https://github.com/permafrost-dev/node-ray/compare/v2.1.0...v2.1.1) -Add initSettings() to NodeRay +- Remove dayjs dependency [`#270`](https://github.com/permafrost-dev/node-ray/pull/270) +- web exports fix [`48dc634`](https://github.com/permafrost-dev/node-ray/commit/48dc634bcc1a67089d9e8da1e56b39e8eb35d8c0) +- add unit tests to increase code coverage [`fcba31d`](https://github.com/permafrost-dev/node-ray/commit/fcba31d600ab81220eba5a5fcdd3ed220d07fd00) +- add unit tests to increase code coverage [`cad91bd`](https://github.com/permafrost-dev/node-ray/commit/cad91bde3d639f60feae52b933cce7948455b1b3) + +#### [v2.1.0](https://github.com/permafrost-dev/node-ray/compare/2.0.0...v2.1.0) + +> 29 March 2024 - Add initSettings() to NodeRay [`#269`](https://github.com/permafrost-dev/node-ray/pull/269) - Chain payloads, minor bug fixes, doc updates [`#268`](https://github.com/permafrost-dev/node-ray/pull/268) diff --git a/package.json b/package.json index b57e873..068aea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ray", - "version": "2.1.0", + "version": "2.1.1", "description": "Understand and fix Javascript & TypeScript bugs faster", "license": "MIT", "author": "Patrick Organ ",