Skip to content

Commit

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


## v0.5.1

[compare changes](https://github.com/Akryum/moquerie/compare/v0.5.0...v0.5.1)

### 🚀 Enhancements

- Branch manager + delete button ([761ae55](https://github.com/Akryum/moquerie/commit/761ae55))
- Rename branches ([1c0ae62](https://github.com/Akryum/moquerie/commit/1c0ae62))

### 📖 Documentation

- Update README.md ([88611f7](https://github.com/Akryum/moquerie/commit/88611f7))
- Continuous releases link ([87f0add](https://github.com/Akryum/moquerie/commit/87f0add))

### 🏡 Chore

- Social preview ([ea0e0e7](https://github.com/Akryum/moquerie/commit/ea0e0e7))

### 🤖 CI

- Add gh workflows ([52c1a13](https://github.com/Akryum/moquerie/commit/52c1a13))
- Specify pnpm version ([aff3ece](https://github.com/Akryum/moquerie/commit/aff3ece))

### ❤️ Contributors

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

## v0.5.0

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

0 comments on commit fa3c1d3

Please sign in to comment.