From 3f96439a864288e5520ec0a7eb0e75677afb7d2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Nov 2023 14:24:10 +0000 Subject: [PATCH] chore(release): 2.3.3 [skip ci] ## [2.3.3](https://github.com/metrics-js/metric/compare/v2.3.2...v2.3.3) (2023-11-08) ### Bug Fixes * cjs-shaped type declaration ([a449eb7](https://github.com/metrics-js/metric/commit/a449eb74b37e2bd42bdf8cbec350fa1858fcba6f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e8191..b0f3928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.3](https://github.com/metrics-js/metric/compare/v2.3.2...v2.3.3) (2023-11-08) + + +### Bug Fixes + +* cjs-shaped type declaration ([a449eb7](https://github.com/metrics-js/metric/commit/a449eb74b37e2bd42bdf8cbec350fa1858fcba6f)) + # Changelog Notable changes to this project. diff --git a/package.json b/package.json index dab2df5..8102c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metrics/metric", - "version": "2.3.2", + "version": "2.3.3", "description": "The metric class definition which metric objects in the @metrics library is instansiated from", "main": "lib/metric.js", "types": "metric.d.ts",