From 8b5be3cd730d379df7ca445820295835ab78cc97 Mon Sep 17 00:00:00 2001 From: Patrick Organ Date: Sun, 28 Apr 2024 16:26:44 -0400 Subject: [PATCH] 2.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8543ec..e5fbf0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v2.0.3](https://github.com/permafrost-dev/vue-ray/compare/v2.0.2...v2.0.3) + +- RayPlugin was not exported [`#245`](https://github.com/permafrost-dev/vue-ray/pull/245) +- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 [`#243`](https://github.com/permafrost-dev/vue-ray/pull/243) +- RayPlugin exported via index.ts [`b8f100b`](https://github.com/permafrost-dev/vue-ray/commit/b8f100b7faa19a3faf657b7b10a15462fdd45c21) +- Update README.md [`61a5a8d`](https://github.com/permafrost-dev/vue-ray/commit/61a5a8dc359962fb9c733732bc54ef3959cc9a99) + ### [v2.0.0](https://github.com/permafrost-dev/vue-ray/compare/v1.17.4...v2.0.0) > 6 April 2024 diff --git a/package.json b/package.json index bb6a23a..4780118 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-ray", - "version": "2.0.2", + "version": "2.0.3", "description": "Debug Vue code with Ray to fix problems faster", "license": "MIT", "author": "Patrick Organ ",