From 1573c00014fac96df7acf9c8f90ea45bb18ae9df Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Thu, 18 Apr 2024 17:49:03 +0200 Subject: [PATCH] Version bump to 3.1.3 --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c1fff4..29c0f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Merge pull request #9 from privacybydesign/firefox-fix - Fix: remove invalid fallback URL to solve issues on Firefox for Android -[3.1.1]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v3.0.0...v3.1.1 +[3.1.3]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v3.1.2...v3.1.3 +[3.1.2]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v3.1.1...v3.1.2 +[3.1.1]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v3.1.0...v3.1.1 [3.1.0]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v2.0.3...v3.0.0 [2.0.3]: https://github.com/privacybydesign/irma_keyshare_webclient/compare/v2.0.2...v2.0.3 diff --git a/package.json b/package.json index ea0b6da..a0dfd5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myirma", - "version": "3.1.2", + "version": "3.1.3", "private": true, "dependencies": { "@privacybydesign/yivi-frontend": "^0.1.0",