From fe8212e9bca5fbff3d5ec63d44a41e84f320d32b Mon Sep 17 00:00:00 2001 From: viarotel <38282758+viarotel@users.noreply.github.com> Date: Sun, 19 Nov 2023 18:34:54 +0800 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..32f7a57 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## 1.0.0 (2023-11-19) + + +### Features + +* 🎉 Initialization ([9ba911c](https://github.com/viarotel-org/markvite/commit/9ba911c53146af1c29877003278da1c347b4a9d4)) + + +### Bug Fixes + +* 🐛 Build error ([cdf3907](https://github.com/viarotel-org/markvite/commit/cdf3907ed1c81be8fc7b0aaa0146cc509bb2c369)) +* 🐛 PDF Generation failed ([0846309](https://github.com/viarotel-org/markvite/commit/0846309659eba77f996772516c57ba5df25856e2)) +* 🐛 PDF Generation failed ([5fab136](https://github.com/viarotel-org/markvite/commit/5fab136d161ad8aaa18ebee7a530fd2079f77542)) + + +### Performance Improvements + +* ♻️ Optimize workflow ([494073f](https://github.com/viarotel-org/markvite/commit/494073ffb84d318aeaadb0ee9cc4671576a6df30)) +* ♻️ Update workflows ([f182ceb](https://github.com/viarotel-org/markvite/commit/f182ceb40575dab6a9e6877ddc249f78d7ad3e25)) +* ♻️ Update workflows ([4d1a916](https://github.com/viarotel-org/markvite/commit/4d1a91629fce8cce721adb250fdd45e19eed556e)) +* ♻️ Update workflows ([b30da3c](https://github.com/viarotel-org/markvite/commit/b30da3c5294e45e16334e17b31f4fed45738eee7)) +* ♻️ Update workflows ([930273c](https://github.com/viarotel-org/markvite/commit/930273cf927f121efb9700a6d94b8d919cdb9cdc)) diff --git a/package.json b/package.json index 516f005..5c95db9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markvite", "type": "module", - "version": "0.0.1", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite",