-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hywax
committed
Aug 9, 2024
1 parent
b6dfec4
commit afb98aa
Showing
2 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Changelog | ||
|
||
|
||
## v0.1.0 | ||
|
||
[compare changes](https://github.com/hywax/shorter/compare/v0.0.4...v0.1.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Create rollup-plugin-handlebars ([52bfd00](https://github.com/hywax/shorter/commit/52bfd00)) | ||
- Create email-templates ([faa5668](https://github.com/hywax/shorter/commit/faa5668)) | ||
- Email send module ([42dd0de](https://github.com/hywax/shorter/commit/42dd0de)) | ||
- Compare i18n errors script ([c537861](https://github.com/hywax/shorter/commit/c537861)) | ||
|
||
### 🩹 Fixes | ||
|
||
- ⚠️ Change nitrojs build preset ([de0fea3](https://github.com/hywax/shorter/commit/de0fea3)) | ||
|
||
### 💅 Refactors | ||
|
||
- ⚠️ Change project app struct ([0c4a3da](https://github.com/hywax/shorter/commit/0c4a3da)) | ||
- Change ext ts to json on locales ([f95fbe6](https://github.com/hywax/shorter/commit/f95fbe6)) | ||
|
||
### 🏡 Chore | ||
|
||
- Change arrow icons ([2fb1bfe](https://github.com/hywax/shorter/commit/2fb1bfe)) | ||
- Finalized work with email ([82a5359](https://github.com/hywax/shorter/commit/82a5359)) | ||
|
||
### 🤖 CI | ||
|
||
- Add step "check i18n errors" ([b6dfec4](https://github.com/hywax/shorter/commit/b6dfec4)) | ||
|
||
#### ⚠️ Breaking Changes | ||
|
||
- ⚠️ Change nitrojs build preset ([de0fea3](https://github.com/hywax/shorter/commit/de0fea3)) | ||
- ⚠️ Change project app struct ([0c4a3da](https://github.com/hywax/shorter/commit/0c4a3da)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Hywax ([@hywax](http://github.com/hywax)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,5 +55,6 @@ | |
"nuxt-time": "^0.1.3", | ||
"tailwindcss": "^3.4.7", | ||
"vue-tsc": "^2.0.26" | ||
} | ||
}, | ||
"version": "0.1.0" | ||
} |