diff --git a/CHANGELOG.md b/CHANGELOG.md index af0ef41f..2d60703f 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.13.1](https://git.odit.services/lfk/frontend/compare/0.13.0...0.13.1) + +- For await fix [`a24d292`](https://git.odit.services/lfk/frontend/commit/a24d2923c6e6da90d610c05183d29d47eaf2ed30) + #### [0.13.0](https://git.odit.services/lfk/frontend/compare/0.12.5...0.13.0) +> 11 April 2021 + +- 🚀RELEASE v0.13.0 [`467808a`](https://git.odit.services/lfk/frontend/commit/467808abefe127dac66a2837fcce3197dddb140f) - Merge pull request 'Better org pdf generation feature/130-org_doc_splitting' (#131) from feature/130-org_doc_splitting into dev [`861f1f2`](https://git.odit.services/lfk/frontend/commit/861f1f221653283e7586aa2c67b205337fd44398) - Org card generation now runs in sequence [`fef14b6`](https://git.odit.services/lfk/frontend/commit/fef14b6e4fb47ad92da61de91fedce96aea26b2c) - Org certificate generation now runs in sequence [`509b22b`](https://git.odit.services/lfk/frontend/commit/509b22bea0dd3e4446e6ecc37d27644e9bf2ad50) diff --git a/index.html b/index.html index 59bc7297..9701e42a 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
- + diff --git a/package.json b/package.json index 3e0b2e7d..8f24e79f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-frontend", - "version": "0.13.0", + "version": "0.13.1", "scripts": { "i18n-order": "node order.js", "dev": "vite",