Skip to content

Commit

Permalink
chore(release): 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Aug 15, 2019
1 parent 5ffcb24 commit c49e0e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="2.7.6"></a>
## [2.7.6](https://github.com/B4nan/mikro-orm/compare/v2.7.5...v2.7.6) (2019-08-15)

### Bug Fixes

* **metadata**: add support for `tslib` ([5ffcb24](https://github.com/B4nan/mikro-orm/commit/5ffcb24)), closes [#100](https://github.com/B4nan/mikro-orm/issues/100)



<a name="2.7.5"></a>
## [2.7.5](https://github.com/B4nan/mikro-orm/compare/v2.7.4...v2.7.5) (2019-08-08)

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.7.5",
"version": "2.7.6",
"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 c49e0e4

Please sign in to comment.