Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 4, 2024
1 parent b35585d commit 567729a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.5.3

[compare changes](https://github.com/Akryum/moquerie/compare/v0.5.2...v0.5.3)

### 🚀 Enhancements

- Don't create resource folder in snapshot if no resources ([b109d52](https://github.com/Akryum/moquerie/commit/b109d52))

### 🩹 Fixes

- Update raw import ([c3601df](https://github.com/Akryum/moquerie/commit/c3601df))
- **storage:** Don't watch local files + improved queue busy logic ([68bf368](https://github.com/Akryum/moquerie/commit/68bf368))
- Additional guard in load if write queue is busy ([b35585d](https://github.com/Akryum/moquerie/commit/b35585d))

### 📖 Documentation

- Demo link ([e8f608c](https://github.com/Akryum/moquerie/commit/e8f608c))

### ❤️ Contributors

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

## v0.5.2

[compare changes](https://github.com/Akryum/moquerie/compare/v0.5.1...v0.5.2)
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.5.2",
"version": "0.5.3",
"private": true,
"packageManager": "[email protected]",
"description": "",
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.5.2",
"version": "0.5.3",
"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.5.2",
"version": "0.5.3",
"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.5.2",
"version": "0.5.3",
"description": "Create API & backend mocks with ease",
"author": {
"name": "Guillaume Chau"
Expand Down

0 comments on commit 567729a

Please sign in to comment.