Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 13, 2024
1 parent ac79bba commit c98fd23
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## v0.4.0

[compare changes](https://github.com/Akryum/moquerie/compare/v0.3.3...v0.4.0)

### 🚀 Enhancements

- **config:** Server cors ([f4971d8](https://github.com/Akryum/moquerie/commit/f4971d8))
- Improve script report header ([0e48cc3](https://github.com/Akryum/moquerie/commit/0e48cc3))
- Merge resource types ([4a7fbf8](https://github.com/Akryum/moquerie/commit/4a7fbf8))
- **config:** ExtendTypes ([8020e58](https://github.com/Akryum/moquerie/commit/8020e58))
- **plugin:** ⚠️ Rename saveFactory to writeCode ([f930596](https://github.com/Akryum/moquerie/commit/f930596))
- Generate types ([3f9b01d](https://github.com/Akryum/moquerie/commit/3f9b01d))
- Typed ctx.db ([ac79bba](https://github.com/Akryum/moquerie/commit/ac79bba))

### 🩹 Fixes

- Don't show error page if json is invalid ([42d5f45](https://github.com/Akryum/moquerie/commit/42d5f45))

#### ⚠️ Breaking Changes

- **plugin:** ⚠️ Rename saveFactory to writeCode ([f930596](https://github.com/Akryum/moquerie/commit/f930596))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v0.3.3

[compare changes](https://github.com/Akryum/moquerie/compare/v0.3.2...v0.3.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moquerie-mono-repo",
"type": "module",
"version": "0.3.3",
"version": "0.4.0",
"private": true,
"description": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moquerie/app",
"type": "module",
"version": "0.3.3",
"version": "0.4.0",
"description": "Nuxt app frontend for moquerie",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moquerie/core",
"type": "module",
"version": "0.3.3",
"version": "0.4.0",
"description": "Create API & backend mocks with ease",
"author": {
"name": "Guillaume Chau"
Expand Down
2 changes: 1 addition & 1 deletion packages/moquerie/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moquerie",
"type": "module",
"version": "0.3.3",
"version": "0.4.0",
"description": "Create API & backend mocks with ease",
"author": {
"name": "Guillaume Chau"
Expand Down

0 comments on commit c98fd23

Please sign in to comment.