Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 27, 2024
1 parent 6823bba commit 74cf418
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Changelog


## v0.6.1

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

### 🚀 Enhancements

- CreateEmptyBranch ([97c5dfe](https://github.com/Akryum/moquerie/commit/97c5dfe))
- **createTestInstance:** Add MOQUERIE_CWD env variable ([663e349](https://github.com/Akryum/moquerie/commit/663e349))
- Switch to branch in createEmptyBranch ([b1ea872](https://github.com/Akryum/moquerie/commit/b1ea872))
- Test options ([c6f0d67](https://github.com/Akryum/moquerie/commit/c6f0d67))
- AddResolvers ([0bd24db](https://github.com/Akryum/moquerie/commit/0bd24db))
- Export addResolvers ([f57f41b](https://github.com/Akryum/moquerie/commit/f57f41b))

### 🩹 Fixes

- Use default in exports ([784a64d](https://github.com/Akryum/moquerie/commit/784a64d))
- Resolve path using MOQUERIE_CWD ([8412e8d](https://github.com/Akryum/moquerie/commit/8412e8d))

### 📖 Documentation

- Note about useSnapshot ([575f97b](https://github.com/Akryum/moquerie/commit/575f97b))
- Use cases ([cbbe234](https://github.com/Akryum/moquerie/commit/cbbe234))
- Add addResolvers example ([6823bba](https://github.com/Akryum/moquerie/commit/6823bba))

### ✅ Tests

- **lint:** Fix ([0e3eac4](https://github.com/Akryum/moquerie/commit/0e3eac4))
- **lint:** Fix ([de20646](https://github.com/Akryum/moquerie/commit/de20646))

### ❤️ Contributors

- Guillaume Chau ([@Akryum](http://github.com/Akryum))

## v0.6.0

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

0 comments on commit 74cf418

Please sign in to comment.