Skip to content

Commit

Permalink
chore(release): 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Adamek committed Jun 11, 2019
1 parent 05e6ce5 commit 84cb4ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.7.0"></a>
# [2.7.0](https://github.com/B4nan/mikro-orm/compare/v2.6.0...v2.7.0) (2019-06-11)

### Features

* **core:** add support for mapping raw DB results via EM.map() ([#61](https://github.com/B4nan/mikro-orm/issues/61)) ([5d227ae](https://github.com/B4nan/mikro-orm/commit/5d227ae)), closes [#56](https://github.com/B4nan/mikro-orm/issues/56)
* **core:** automatically fix wrongly assigned associations ([#62](https://github.com/B4nan/mikro-orm/issues/62)) ([05e6ce5](https://github.com/B4nan/mikro-orm/commit/05e6ce5))
* **core:** change `QueryOrder` enum values to `ASC/DESC/asc/desc` ([5c18fda](https://github.com/B4nan/mikro-orm/commit/5c18fda))



<a name="2.6.0"></a>
# [2.6.0](https://github.com/B4nan/mikro-orm/compare/v2.5.0...v2.6.0) (2019-05-27)

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": "mikro-orm",
"version": "2.6.0",
"version": "2.7.0",
"description": "Simple typescript ORM for node.js based on data-mapper, unit-of-work and identity-map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JS.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 84cb4ee

Please sign in to comment.