Skip to content

Commit 6a23ee4

Browse files
committed
2.1.1
1 parent 48dc634 commit 6a23ee4

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
#### [2.1.0](https://github.com/permafrost-dev/node-ray/compare/2.0.0...2.1.0)
5+
#### [v2.1.1](https://github.com/permafrost-dev/node-ray/compare/v2.1.0...v2.1.1)
66

7-
Add initSettings() to NodeRay
7+
- Remove dayjs dependency [`#270`](https://github.com/permafrost-dev/node-ray/pull/270)
8+
- web exports fix [`48dc634`](https://github.com/permafrost-dev/node-ray/commit/48dc634bcc1a67089d9e8da1e56b39e8eb35d8c0)
9+
- add unit tests to increase code coverage [`fcba31d`](https://github.com/permafrost-dev/node-ray/commit/fcba31d600ab81220eba5a5fcdd3ed220d07fd00)
10+
- add unit tests to increase code coverage [`cad91bd`](https://github.com/permafrost-dev/node-ray/commit/cad91bde3d639f60feae52b933cce7948455b1b3)
11+
12+
#### [v2.1.0](https://github.com/permafrost-dev/node-ray/compare/2.0.0...v2.1.0)
13+
14+
> 29 March 2024
815
916
- Add initSettings() to NodeRay [`#269`](https://github.com/permafrost-dev/node-ray/pull/269)
1017
- Chain payloads, minor bug fixes, doc updates [`#268`](https://github.com/permafrost-dev/node-ray/pull/268)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-ray",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Understand and fix Javascript & TypeScript bugs faster",
55
"license": "MIT",
66
"author": "Patrick Organ <patrick@permafrost.dev>",

0 commit comments

Comments
 (0)