diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a6474..be6356d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [0.1.3](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.2...0.1.3) + +- Tmp fix for the build fail, for more info see: https://github.com/sveltejs/kit/issues/2230 [`b160ab0`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/b160ab04b8324daa6389c947356bc58c865059aa) + #### [0.1.2](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.1...0.1.2) +> 18 August 2021 + +- 🚀RELEASE 0.1.2 [`c5874e1`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/c5874e16c60030361aedf8b7f8437a4410276f38) - Added fix for custom basepath [`d9134f6`](https://git.odit.services/kauft.es/linkylinky-dashboard/commit/d9134f6de2f5587a57f69ad06e828d184c3480a2) #### [0.1.1](https://git.odit.services/kauft.es/linkylinky-dashboard/compare/0.1.0...0.1.1) diff --git a/package.json b/package.json index 283750c..dae6ffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/linkylinky-dashboard", - "version": "0.1.2", + "version": "0.1.3", "scripts": { "dev": "svelte-kit dev", "build": "svelte-kit build",