Skip to content

Commit 74cf418

Browse files
committed
v0.6.1
1 parent 6823bba commit 74cf418

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Changelog
22

33

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+
437
## v0.6.0
538

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

package.json

+1-1
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.0",
4+
"version": "0.6.1",
55
"private": true,
66
"packageManager": "[email protected]",
77
"description": "",

packages/app/package.json

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

packages/core/package.json

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

packages/moquerie/package.json

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

0 commit comments

Comments
 (0)