Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore(release): bump to 🚀 [skip ci]
Browse files Browse the repository at this point in the history
- project: @mocking-bird/core 1.0.3

- project: @mocking-bird/mongoose 1.0.3
  • Loading branch information
batrdn committed Feb 29, 2024
1 parent 4e338c7 commit 87da60c
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.0.3 (2024-02-29)


### 🩹 Fixes

- use lowercase type value when mapping ([483e43e](https://github.com/batrdn/mocking-bird/commit/483e43e))

- release workflow ([899c6aa](https://github.com/batrdn/mocking-bird/commit/899c6aa))

- release workflow write permission ([4e338c7](https://github.com/batrdn/mocking-bird/commit/4e338c7))


### ❤️ Thank You

- batrdn

## 1.0.2 (2024-02-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocking-bird/core",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.0.3 (2024-02-29)


### 🩹 Fixes

- use lowercase type value when mapping ([483e43e](https://github.com/batrdn/mocking-bird/commit/483e43e))

- release workflow ([899c6aa](https://github.com/batrdn/mocking-bird/commit/899c6aa))

- release workflow write permission ([4e338c7](https://github.com/batrdn/mocking-bird/commit/4e338c7))


### ❤️ Thank You

- batrdn

## 1.0.2 (2024-02-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocking-bird/mongoose",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
"mongoose": ">=6"
},
"dependencies": {
"@mocking-bird/core": "1.0.2",
"@mocking-bird/core": "1.0.3",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 87da60c

Please sign in to comment.