Skip to content

Commit 44c7003

Browse files
committed
v0.6.2
1 parent 0e3a91e commit 44c7003

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

4+
## v0.6.2
5+
6+
[compare changes](https://github.com/Akryum/moquerie/compare/v0.6.1...v0.6.2)
7+
8+
### 🩹 Fixes
9+
10+
- OnWindowFocus leak ([89e9088](https://github.com/Akryum/moquerie/commit/89e9088))
11+
- Add presence check for childResourceType #6 ([#6](https://github.com/Akryum/moquerie/issues/6))
12+
- Gen ts arrays, closes #7 ([#7](https://github.com/Akryum/moquerie/issues/7))
13+
- Rename snapshot, closes #3 ([#3](https://github.com/Akryum/moquerie/issues/3))
14+
- Check for snapshot file presence, fix #5 ([#5](https://github.com/Akryum/moquerie/issues/5))
15+
16+
### 🏡 Chore
17+
18+
- Update eslint ([62717f0](https://github.com/Akryum/moquerie/commit/62717f0))
19+
- Fix playground eslint autofix ([2819a54](https://github.com/Akryum/moquerie/commit/2819a54))
20+
21+
### ❤️ Contributors
22+
23+
- Guillaume Chau ([@Akryum](http://github.com/Akryum))
24+
- Sandeep Ramgolam ([@MrSunshyne](https://github.com/MrSunshyne))
25+
426
## v0.6.1
527

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moquerie-mono-repo",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moquerie/app",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "Nuxt app frontend for moquerie",
66
"author": {
77
"name": "Guillaume Chau"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moquerie/core",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "Create API & backend mocks with ease",
66
"author": {
77
"name": "Guillaume Chau"

packages/moquerie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moquerie",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "Create API & backend mocks with ease",
66
"author": {
77
"name": "Guillaume Chau"

0 commit comments

Comments
 (0)