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

Commit

Permalink
Showing 5 changed files with 30 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.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.1.1 (2024-03-03)


### 🩹 Fixes

- add keywords and publish workflow ([1f468fa](https://github.com/batrdn/mocking-bird/commit/1f468fa))


### ❤️ Thank You

- batrdn

## 1.1.0 (2024-03-03)


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.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"repository": {
12 changes: 12 additions & 0 deletions packages/mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.1.1 (2024-03-03)


### 🩹 Fixes

- add keywords and publish workflow ([1f468fa](https://github.com/batrdn/mocking-bird/commit/1f468fa))


### ❤️ Thank You

- batrdn

## 1.1.0 (2024-03-03)


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.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"repository": {
@@ -26,7 +26,7 @@
"mongoose": ">=6"
},
"dependencies": {
"@mocking-bird/core": "1.1.0",
"@mocking-bird/core": "1.1.1",
"tslib": "^2.3.0"
},
"devDependencies": {

0 comments on commit d5c26e0

Please sign in to comment.