Skip to content

Commit 716085e

Browse files
committed
1.20.6
1 parent 7c83962 commit 716085e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
#### [v1.20.6](https://github.com/permafrost-dev/node-ray/compare/v1.20.5...v1.20.6)
6+
7+
- Remove unnecessary line in package.json preversion script [`c4c87bc`](https://github.com/permafrost-dev/node-ray/commit/c4c87bc265d06e8725cff201dda1de1e84f71088)
8+
- fixes [`dfa9333`](https://github.com/permafrost-dev/node-ray/commit/dfa9333b24e59a56ea693aec05d4d9c4d052de41)
9+
510
#### [v1.20.5](https://github.com/permafrost-dev/node-ray/compare/v1.20.4...v1.20.5)
611

12+
> 12 May 2023
13+
714
- Update build-library.js and Ray.tsRemoved axios from external dependencies on build-library.js and added import statement for Client on Ray.ts [`db62c8b`](https://github.com/permafrost-dev/node-ray/commit/db62c8b130f725ba801d51ffe07f729bfbfc7719)
815
- Update README.md [`f514618`](https://github.com/permafrost-dev/node-ray/commit/f51461866d257e347fad359a23dad997c3e245bd)
916
- Update README.md [`36995cb`](https://github.com/permafrost-dev/node-ray/commit/36995cbe69196bcb5b56e45263fa89d1f6334fe1)

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.5",
3+
"version": "1.20.6",
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)