From 2ea25ab256a76794d281ed12decadb62d08734ac Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Fri, 12 May 2023 08:15:43 -0400 Subject: [PATCH] 1.20.9 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653fa9a..a3c1b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.20.9](https://github.com/permafrost-dev/node-ray/compare/v1.20.8...v1.20.9) + +- fixes [`add5d2e`](https://github.com/permafrost-dev/node-ray/commit/add5d2e79b1532c3d3aefff09a222347b88d3cf5) + #### [v1.20.8](https://github.com/permafrost-dev/node-ray/compare/v1.20.7...v1.20.8) +> 12 May 2023 + - Add @permafrost-dev/pretty-format package and remove exports property on esm output in rollup.config.js [`acf45f8`](https://github.com/permafrost-dev/node-ray/commit/acf45f844ab4025f2a81f99de3ef00cb509f7b66) #### [v1.20.7](https://github.com/permafrost-dev/node-ray/compare/v1.20.6...v1.20.7) diff --git a/package.json b/package.json index 2177a61..4e0fdd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ray", - "version": "1.20.8", + "version": "1.20.9", "description": "Debug NodeJS with Ray to fix problems faster", "license": "MIT", "author": "Patrick Organ ",