Skip to content

Commit 59dc35e

Browse files
committed
2.0.0
1 parent a3ea165 commit 59dc35e

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,33 @@
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)
6+
7+
version 2
8+
9+
- version 2 [`#264`](https://github.com/permafrost-dev/node-ray/pull/264)
10+
- Bump Dependency Versions [`#259`](https://github.com/permafrost-dev/node-ray/pull/259)
11+
- npm(deps-dev): bump esbuild from 0.19.12 to 0.20.0 [`#252`](https://github.com/permafrost-dev/node-ray/pull/252)
12+
- Bump actions/cache from 3 to 4 [`#250`](https://github.com/permafrost-dev/node-ray/pull/250)
13+
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.19.0 [`#248`](https://github.com/permafrost-dev/node-ray/pull/248)
14+
- npm(deps-dev): bump lint-staged from 13.3.0 to 15.2.0 [`#240`](https://github.com/permafrost-dev/node-ray/pull/240)
15+
- npm(deps-dev): bump prettier from 2.8.8 to 3.1.0 [`#230`](https://github.com/permafrost-dev/node-ray/pull/230)
16+
- Bump github/codeql-action from 2 to 3 [`#242`](https://github.com/permafrost-dev/node-ray/pull/242)
17+
- Bump actions/setup-node from 3 to 4 [`#226`](https://github.com/permafrost-dev/node-ray/pull/226)
18+
- Bump actions/checkout from 3 to 4 [`#210`](https://github.com/permafrost-dev/node-ray/pull/210)
19+
- npm(deps-dev): bump esbuild from 0.18.20 to 0.19.3 [`#214`](https://github.com/permafrost-dev/node-ray/pull/214)
20+
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 [`#191`](https://github.com/permafrost-dev/node-ray/pull/191)
21+
- npm(deps-dev): bump esbuild from 0.17.19 to 0.18.6 [`#189`](https://github.com/permafrost-dev/node-ray/pull/189)
22+
- Fix limit() and once() [`#182`](https://github.com/permafrost-dev/node-ray/pull/182)
23+
- Remove rollup deps & config files [`#181`](https://github.com/permafrost-dev/node-ray/pull/181)
24+
- Add tests [`#180`](https://github.com/permafrost-dev/node-ray/pull/180)
25+
- wip [`400e96b`](https://github.com/permafrost-dev/node-ray/commit/400e96bf285cf75589aef05cdab0f2d37da4f8a3)
26+
- wip [`ec0b6a1`](https://github.com/permafrost-dev/node-ray/commit/ec0b6a15bba6b4f4513f79528238d39df8028980)
27+
- move some methods to async to use async stack frame tracing [`ab519a7`](https://github.com/permafrost-dev/node-ray/commit/ab519a7e8bd8b1d495f14542a6d3c95c577b017e)
28+
529
#### [v1.21.0](https://github.com/permafrost-dev/node-ray/compare/v1.20.11...v1.21.0)
630

7-
Fix stack frames
31+
> 25 May 2023
832
933
- Fix stack frames [`#179`](https://github.com/permafrost-dev/node-ray/pull/179)
1034
- Fix issue 176 [`#178`](https://github.com/permafrost-dev/node-ray/pull/178)

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.21.0",
3+
"version": "2.0.0",
44
"description": "Debug NodeJS & Javascript with Ray to fix problems faster",
55
"license": "MIT",
66
"author": "Patrick Organ <[email protected]>",

0 commit comments

Comments
 (0)