From 941b584ba135617e55d6685caef671172ec1dc03 Mon Sep 17 00:00:00 2001 From: Umed Khudoiberdiev Date: Thu, 17 Mar 2022 21:05:57 +0500 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348e48d0ee..f78c2a78f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 7f788ca9cb..94d58d7de8 100644 --- a/package.json +++ b/package.json @@ -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",