Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Dec 9, 2024
1 parent 0e3a91e commit 44c7003
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.6.2

[compare changes](https://github.com/Akryum/moquerie/compare/v0.6.1...v0.6.2)

### 🩹 Fixes

- OnWindowFocus leak ([89e9088](https://github.com/Akryum/moquerie/commit/89e9088))
- Add presence check for childResourceType #6 ([#6](https://github.com/Akryum/moquerie/issues/6))
- Gen ts arrays, closes #7 ([#7](https://github.com/Akryum/moquerie/issues/7))
- Rename snapshot, closes #3 ([#3](https://github.com/Akryum/moquerie/issues/3))
- Check for snapshot file presence, fix #5 ([#5](https://github.com/Akryum/moquerie/issues/5))

### 🏡 Chore

- Update eslint ([62717f0](https://github.com/Akryum/moquerie/commit/62717f0))
- Fix playground eslint autofix ([2819a54](https://github.com/Akryum/moquerie/commit/2819a54))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))
- Sandeep Ramgolam ([@MrSunshyne](https://github.com/MrSunshyne))

## v0.6.1

[compare changes](https://github.com/Akryum/moquerie/compare/v0.6.0...v0.6.1)
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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"description": "Create API & backend mocks with ease",
"author": {
"name": "Guillaume Chau"
Expand Down

0 comments on commit 44c7003

Please sign in to comment.