Skip to content

Commit

Permalink
chore(release): v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 26, 2024
1 parent 3ae0592 commit 9365b8d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# Changelog


## v0.7.6

[compare changes](https://github.com/hywax/mafl/compare/v0.7.5...v0.7.6)

### 🚀 Enhancements

- New prop `target` for service ([feea7fe](https://github.com/hywax/mafl/commit/feea7fe))
- New prop `target` for config behaviour ([7a81999](https://github.com/hywax/mafl/commit/7a81999))

### 📖 Documentation

- **en:** Service target ([8cdeb6a](https://github.com/hywax/mafl/commit/8cdeb6a))
- **ru:** Service target ([a2b0b8a](https://github.com/hywax/mafl/commit/a2b0b8a))
- **en:** Config behaviour target ([e8f20f2](https://github.com/hywax/mafl/commit/e8f20f2))
- **ru:** Config behaviour target ([3ae0592](https://github.com/hywax/mafl/commit/3ae0592))

### 📦 Build

- **deps-dev:** Bump @commitlint/cli from 18.4.4 to 18.5.0 ([#21](https://github.com/hywax/mafl/pull/21))
- **deps-dev:** Bump @commitlint/config-conventional ([#22](https://github.com/hywax/mafl/pull/22))

### ❤️ Contributors

- Hywax ([@hywax](http://github.com/hywax))

## v0.7.5

[compare changes](https://github.com/hywax/mafl/compare/v0.7.4...v0.7.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.7.5",
"version": "0.7.6",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down

0 comments on commit 9365b8d

Please sign in to comment.