version bump

This commit is contained in:
Umed Khudoiberdiev 2022-03-17 21:05:57 +05:00
parent 3b8a031ece
commit 941b584ba1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## [0.3.0]() (2022-03-10)
## [0.3.0](https://github.com/typeorm/typeorm/pull/8616) (2022-03-17)
Changes in the version includes changes from the `next` branch and `typeorm@next` version.
They were pending their migration from 2018. Finally, they are in the master branch and master version.

View File

@ -1,7 +1,7 @@
{
"name": "typeorm",
"private": true,
"version": "0.3.0-rc.41",
"version": "0.3.0",
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.",
"license": "MIT",
"readmeFilename": "README.md",