File tree Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
26
## v0.6.1
5
27
6
28
[ compare changes] ( https://github.com/Akryum/moquerie/compare/v0.6.0...v0.6.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " moquerie-mono-repo" ,
3
3
"type" : " module" ,
4
- "version" : " 0.6.1 " ,
4
+ "version" : " 0.6.2 " ,
5
5
"private" : true ,
6
6
"packageManager" :
" [email protected] " ,
7
7
"description" : " " ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @moquerie/app" ,
3
3
"type" : " module" ,
4
- "version" : " 0.6.1 " ,
4
+ "version" : " 0.6.2 " ,
5
5
"description" : " Nuxt app frontend for moquerie" ,
6
6
"author" : {
7
7
"name" : " Guillaume Chau"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @moquerie/core" ,
3
3
"type" : " module" ,
4
- "version" : " 0.6.1 " ,
4
+ "version" : " 0.6.2 " ,
5
5
"description" : " Create API & backend mocks with ease" ,
6
6
"author" : {
7
7
"name" : " Guillaume Chau"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " moquerie" ,
3
3
"type" : " module" ,
4
- "version" : " 0.6.1 " ,
4
+ "version" : " 0.6.2 " ,
5
5
"description" : " Create API & backend mocks with ease" ,
6
6
"author" : {
7
7
"name" : " Guillaume Chau"
You can’t perform that action at this time.
0 commit comments