Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Mar 31, 2024
1 parent 48dc634 commit 6a23ee4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <patrick@permafrost.dev>",
Expand Down

0 comments on commit 6a23ee4

Please sign in to comment.