Skip to content

Commit 5c3eee1

Browse files
committed
1.20.10
1 parent bc1e5f9 commit 5c3eee1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
#### [v1.20.10](https://github.com/permafrost-dev/node-ray/compare/v1.20.9...v1.20.10)
6+
7+
- Change library build method [`#174`](https://github.com/permafrost-dev/node-ray/pull/174)
8+
- Remove import statement for standalone module in package.json [`bc1e5f9`](https://github.com/permafrost-dev/node-ray/commit/bc1e5f93f91930209de818cda05607f874d5731f)
9+
- Add types to package exports [`e6c98f4`](https://github.com/permafrost-dev/node-ray/commit/e6c98f48a2eaa7ec3fd75e0cfa02b096cff1cf0f)
10+
- Build the project for all environments using new build script [`2868991`](https://github.com/permafrost-dev/node-ray/commit/28689910ee67e30bb8b977680fe0a5ca762a7adf)
11+
512
#### [v1.20.9](https://github.com/permafrost-dev/node-ray/compare/v1.20.8...v1.20.9)
613

14+
> 12 May 2023
15+
716
- wip [`1e0f5b9`](https://github.com/permafrost-dev/node-ray/commit/1e0f5b9f6dffb396dcf75d6ab4d060f448c104e5)
817
- wip [`881abe2`](https://github.com/permafrost-dev/node-ray/commit/881abe27a075b8b684f0ab15cb5d02315e8d10d9)
918
- fixes [`add5d2e`](https://github.com/permafrost-dev/node-ray/commit/add5d2e79b1532c3d3aefff09a222347b88d3cf5)

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": "1.20.9",
3+
"version": "1.20.10",
44
"description": "Debug NodeJS with Ray to fix problems faster",
55
"license": "MIT",
66
"author": "Patrick Organ <patrick@permafrost.dev>",

0 commit comments

Comments
 (0)