Skip to content

Commit 7330a98

Browse files
committed
1.21.0
1 parent 5d08ab3 commit 7330a98

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
#### [v1.21.0](https://github.com/permafrost-dev/node-ray/compare/v1.20.11...v1.21.0)
6+
7+
Fix stack frames
8+
9+
- Fix stack frames [`#179`](https://github.com/permafrost-dev/node-ray/pull/179)
10+
- Fix issue 176 [`#178`](https://github.com/permafrost-dev/node-ray/pull/178)
11+
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 [`#177`](https://github.com/permafrost-dev/node-ray/pull/177)
12+
- fix broken test [`ba12666`](https://github.com/permafrost-dev/node-ray/commit/ba126664e2812bb5c22d5626692312e6ab024824)
13+
- Fix stack trace frames filtering in Ray class [`74a955a`](https://github.com/permafrost-dev/node-ray/commit/74a955a09cedd8a937fe74bb1b42ccb2b76c14f7)
14+
- Refactor RemovesRayFrames to simplify filter logic and handle additional ray namespaces [`8a5f841`](https://github.com/permafrost-dev/node-ray/commit/8a5f841b1567219ad8562fc5d1e61db0277b8fde)
15+
516
#### [v1.20.11](https://github.com/permafrost-dev/node-ray/compare/v1.20.10...v1.20.11)
617

18+
> 18 May 2023
19+
720
- add build standalone script to build:all [`378daa9`](https://github.com/permafrost-dev/node-ray/commit/378daa94e149e5fef8277b8a2ee292a28ed0675d)
821

922
#### [v1.20.10](https://github.com/permafrost-dev/node-ray/compare/v1.20.9...v1.20.10)

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