Skip to content

Commit eb85f8f

Browse files
committed
2.1.0
1 parent 411c54f commit eb85f8f

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

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

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

7-
version 2
7+
Add initSettings() to NodeRay
8+
9+
- Add initSettings() to NodeRay [`#269`](https://github.com/permafrost-dev/node-ray/pull/269)
10+
- Chain payloads, minor bug fixes, doc updates [`#268`](https://github.com/permafrost-dev/node-ray/pull/268)
11+
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 [`#266`](https://github.com/permafrost-dev/node-ray/pull/266)
12+
- add initSettings() to RayNode, remove async from findUp() [`cc8bbfb`](https://github.com/permafrost-dev/node-ray/commit/cc8bbfb06df6f45b0b3049305e4debe24a5bea6d)
13+
- update docs [`98bbe5c`](https://github.com/permafrost-dev/node-ray/commit/98bbe5c2ab07ab5f1e69a2f959ba3e4737675da8)
14+
- type fix [`f10a743`](https://github.com/permafrost-dev/node-ray/commit/f10a743f07a71d4036b993dbeba9ad5a32101214)
15+
16+
#### [2.0.0](https://github.com/permafrost-dev/node-ray/compare/v2.0.0...2.0.0)
17+
18+
> 8 March 2024
19+
20+
- Add bun.lockb to .gitignore to exclude package lock files from version control [`a6d4ac3`](https://github.com/permafrost-dev/node-ray/commit/a6d4ac3411a7267a205dc676a8ba0c39876ccb03)
21+
22+
### [v2.0.0](https://github.com/permafrost-dev/node-ray/compare/v1.21.0...v2.0.0)
23+
24+
> 8 March 2024
825
926
- version 2 [`#264`](https://github.com/permafrost-dev/node-ray/pull/264)
1027
- Bump Dependency Versions [`#259`](https://github.com/permafrost-dev/node-ray/pull/259)

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.0.0",
3+
"version": "2.1.0",
44
"description": "Understand and fix Javascript & TypeScript bugs faster",
55
"license": "MIT",
66
"author": "Patrick Organ <patrick@permafrost.dev>",

0 commit comments

Comments
 (0)