diff --git a/CHANGELOG.md b/CHANGELOG.md index 13cdb64..27b74f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ + +## 0.2.0 (2024-06-12) + +#### :rocket: Enhancement +* [#32](https://github.com/lblod/frontend-openproceshuis/pull/32) yasgui ([@nbittich](https://github.com/nbittich)) +* [#29](https://github.com/lblod/frontend-openproceshuis/pull/29) Download bpmn files as images ([@MartijnBogaert](https://github.com/MartijnBogaert)) +* [#30](https://github.com/lblod/frontend-openproceshuis/pull/30) enable switch login ([@nbittich](https://github.com/nbittich)) +* [#28](https://github.com/lblod/frontend-openproceshuis/pull/28) contact email ([@nbittich](https://github.com/nbittich)) +* [#27](https://github.com/lblod/frontend-openproceshuis/pull/27) Feature/hide-favorites ([@MartijnBogaert](https://github.com/MartijnBogaert)) + +#### Committers: 2 +- Martijn Bogaert ([@MartijnBogaert](https://github.com/MartijnBogaert)) +- Nordine Bittich ([@nbittich](https://github.com/nbittich)) + + ## 0.1.0 (2024-05-16) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 4b4c781..f18ca05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-openproceshuis", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-openproceshuis", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "bpmn-js": "^16.3.2" diff --git a/package.json b/package.json index ba91240..cb520a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-openproceshuis", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Frontend for processes", "repository": {