Skip to content

Commit

Permalink
v67.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Oct 18, 2024
1 parent a247747 commit 6f3c177
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [67.2.0](https://github.com/waitingsong/kmore/compare/v67.1.4...v67.2.0) (2024-10-18)


### Features

* **mwcp:** remove param useCachedDataSource of createDataSource() ([a247747](https://github.com/waitingsong/kmore/commit/a24774781a943e7037c00f13aa08c8366f07b045))





## [67.1.4](https://github.com/waitingsong/kmore/compare/v67.1.3...v67.1.4) (2024-10-18)

**Note:** Version bump only for package npm-mono-base
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "67.1.4",
"version": "67.2.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
11 changes: 11 additions & 0 deletions packages/midway-component-kmore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [67.2.0](https://github.com/waitingsong/kmore/compare/v67.1.4...v67.2.0) (2024-10-18)


### Features

* **mwcp:** remove param useCachedDataSource of createDataSource() ([a247747](https://github.com/waitingsong/kmore/commit/a24774781a943e7037c00f13aa08c8366f07b045))





## [67.1.4](https://github.com/waitingsong/kmore/compare/v67.1.3...v67.1.4) (2024-10-18)

**Note:** Version bump only for package @mwcp/kmore
Expand Down
2 changes: 1 addition & 1 deletion packages/midway-component-kmore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/kmore",
"author": "waiting",
"version": "67.1.4",
"version": "67.2.0",
"description": "midway component for knex, supports declarative transaction and OpenTelemetry",
"keywords": [
"Transactional",
Expand Down

0 comments on commit 6f3c177

Please sign in to comment.