From 1d586553d71a76a9a9910d20e272ef85cf2f8c81 Mon Sep 17 00:00:00 2001 From: Yuri Guller Date: Sat, 18 Nov 2023 13:24:12 +0200 Subject: [PATCH] Issue 142 - update changelog (#144) * attempt to fix the export types thing * fix ci * fix ci * fix ci * fix ci --- docs/changelog.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 77d69f1..d1c7754 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.1.3] - 2023-11-28 +### Fixed +- [Issue no. 142](https://github.com/gullerya/object-observer/issues/142) - added TypeScript type to exports declaration +### Chore +- updated some minor dependencies + + ## [6.1.1] - 2023-03-23 ### Chore - updated the JustTest harness, the whole test suite is now running on NodeJS, Chromium, WebKit platforms diff --git a/package-lock.json b/package-lock.json index 4a93890..1277c8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1947,4 +1947,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 0865d46..12b9e44 100644 --- a/package.json +++ b/package.json @@ -79,4 +79,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file