Skip to content

Commit

Permalink
release: v2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Aug 31, 2023
1 parent 1ec493f commit 3efd672
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.nyc_output
coverage
docs/vendor
docs/.bundle
dist
logs
node_modules
Expand Down
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.11.2 / 2023-08-31
===================

## What's Changed
* docs: introduce @midwayjs/leoric by @cyjake in https://github.com/cyjake/leoric/pull/399
* fix: don't overwrite primaryKey with LAST_INSERT_ID() if exists by @cyjake in https://github.com/cyjake/leoric/pull/398


**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.11.1...v2.11.2

2.11.1 / 2023-06-10
===================

Expand Down
1 change: 1 addition & 0 deletions docs/_layouts/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<li><a href="{{ '/setup' | relative_url }}">Summary</a></li>
<li><a href="{{ '/setup/egg' | relative_url }}">Setup with Egg / Chair</a></li>
<li><a href="{{ '/setup/express' | relative_url }}">[wip] Setup with Express</a></li>
<li><a href="{{ '/setup/midway' | relative_url }}">Setup with Midway</a></li>
<li><a href="{{ '/setup/mysql' | relative_url }}">Setup with MySQL</a></li>
<li><a href="{{ '/setup/sqlite' | relative_url }}">Setup with SQLite</a></li>
<li><a href="{{ '/setup/postgres' | relative_url }}">Setup with PostgreSQL</a></li>
Expand Down
1 change: 1 addition & 0 deletions docs/_layouts/zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<li><a href="{{ '/zh/setup' | relative_url }}">概要</a></li>
<li><a href="{{ '/zh/setup/egg' | relative_url }}">Egg / Chair 配置</a></li>
<li><a href="{{ '/zh/setup/express' | relative_url }}">[wip] Express 配置</a></li>
<li><a href="{{ '/zh/setup/midway' | relative_url }}">Midway 配置</a></li>
<li><a href="{{ '/zh/setup/mysql' | relative_url }}">MySQL 配置</a></li>
<li><a href="{{ '/zh/setup/sqlite' | relative_url }}">SQLite 配置</a></li>
<li><a href="{{ '/zh/setup/postgres' | relative_url }}">PostgreSQL 配置</a></li>
Expand Down
1 change: 1 addition & 0 deletions docs/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: Setup

- [Setup with Egg / Chair]({{ '/setup/egg' | relative_url }})
- [Setup with Express]({{ '/setup/express' | relative_url }})
- [Setup wtih Midway]({{ '/setup/midway' | relative_url }})

## RDMS / dialects

Expand Down
1 change: 1 addition & 0 deletions docs/zh/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: 快速配置

- [在 Egg / Chair 应用中配置]({{ '/zh/setup/egg' | relative_url }})
- [在 Express 应用中配置]({{ '/zh/setup/express' | relative_url }})
- [在 Midway 应用中配置]({{ '/zh/setup/midway' | relative_url }})

## 数据库

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoric",
"version": "2.11.1",
"version": "2.11.2",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"browser": "dist/browser.js",
Expand Down

0 comments on commit 3efd672

Please sign in to comment.