From de3056da309e178458a2e460d0ca46c9c5f1bad5 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:25:04 +0200 Subject: [PATCH] chore: release 10.1.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62805e23e..8e1d4842c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [10.1.0](https://www.github.com/dasch-swiss/dsp-js-lib/compare/v10.0.0...v10.1.0) (2024-08-06) + + +### Enhancements + +* bump version ([#645](https://www.github.com/dasch-swiss/dsp-js-lib/issues/645)) ([8d703bd](https://www.github.com/dasch-swiss/dsp-js-lib/commit/8d703bd1d375490ef5f855be7a592851f1dee397)) +* **external iiif urls:** implement reading and creating of external iiif url ([#642](https://www.github.com/dasch-swiss/dsp-js-lib/issues/642)) ([5d4f261](https://www.github.com/dasch-swiss/dsp-js-lib/commit/5d4f26137fc8e74273acfc5bb41b320efb35e6b5)) +* set api version ([#644](https://www.github.com/dasch-swiss/dsp-js-lib/issues/644)) ([5a795ce](https://www.github.com/dasch-swiss/dsp-js-lib/commit/5a795cebed38279d75e87d5a9d9824c6783983bb)) + ## [10.0.0](https://www.github.com/dasch-swiss/dsp-js-lib/compare/v9.1.18...v10.0.0) (2024-05-23) diff --git a/package-lock.json b/package-lock.json index d5e38cfc8..c6eddfe42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dasch-swiss/dsp-js", - "version": "10.0.0", + "version": "10.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dasch-swiss/dsp-js", - "version": "10.0.0", + "version": "10.1.0", "license": "AGPL-3.0", "dependencies": { "@babel/helper-compilation-targets": "^7.16.7",