File tree 5 files changed +37
-4
lines changed
5 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.6.1
5
+
6
+ [ compare changes] ( https://github.com/Akryum/moquerie/compare/v0.6.0...v0.6.1 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - CreateEmptyBranch ([ 97c5dfe] ( https://github.com/Akryum/moquerie/commit/97c5dfe ) )
11
+ - ** createTestInstance:** Add MOQUERIE_CWD env variable ([ 663e349] ( https://github.com/Akryum/moquerie/commit/663e349 ) )
12
+ - Switch to branch in createEmptyBranch ([ b1ea872] ( https://github.com/Akryum/moquerie/commit/b1ea872 ) )
13
+ - Test options ([ c6f0d67] ( https://github.com/Akryum/moquerie/commit/c6f0d67 ) )
14
+ - AddResolvers ([ 0bd24db] ( https://github.com/Akryum/moquerie/commit/0bd24db ) )
15
+ - Export addResolvers ([ f57f41b] ( https://github.com/Akryum/moquerie/commit/f57f41b ) )
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - Use default in exports ([ 784a64d] ( https://github.com/Akryum/moquerie/commit/784a64d ) )
20
+ - Resolve path using MOQUERIE_CWD ([ 8412e8d] ( https://github.com/Akryum/moquerie/commit/8412e8d ) )
21
+
22
+ ### 📖 Documentation
23
+
24
+ - Note about useSnapshot ([ 575f97b] ( https://github.com/Akryum/moquerie/commit/575f97b ) )
25
+ - Use cases ([ cbbe234] ( https://github.com/Akryum/moquerie/commit/cbbe234 ) )
26
+ - Add addResolvers example ([ 6823bba] ( https://github.com/Akryum/moquerie/commit/6823bba ) )
27
+
28
+ ### ✅ Tests
29
+
30
+ - ** lint:** Fix ([ 0e3eac4] ( https://github.com/Akryum/moquerie/commit/0e3eac4 ) )
31
+ - ** lint:** Fix ([ de20646] ( https://github.com/Akryum/moquerie/commit/de20646 ) )
32
+
33
+ ### ❤️ Contributors
34
+
35
+ - Guillaume Chau ([ @Akryum ] ( http://github.com/Akryum ) )
36
+
4
37
## v0.6.0
5
38
6
39
[ compare changes] ( https://github.com/Akryum/moquerie/compare/v0.5.5...v0.6.0 )
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.0 " ,
4
+ "version" : " 0.6.1 " ,
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.0 " ,
4
+ "version" : " 0.6.1 " ,
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.0 " ,
4
+ "version" : " 0.6.1 " ,
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.0 " ,
4
+ "version" : " 0.6.1 " ,
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