Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
willsoto committed Feb 24, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e860356 commit 365236c
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
@@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.3"></a>
## [1.0.3](https://github.com/willsoto/nestjs-objection/compare/v1.0.1...v1.0.3) (2019-02-24)


### Bug Fixes

* **interfaces:** allow synthetic default imports ([c1074a4](https://github.com/willsoto/nestjs-objection/commit/c1074a4)), closes [#14](https://github.com/willsoto/nestjs-objection/issues/14)
* **rollup:** remove allowSyntheticDefaultImports ([e860356](https://github.com/willsoto/nestjs-objection/commit/e860356)), closes [#14](https://github.com/willsoto/nestjs-objection/issues/14)



<a name="1.0.2"></a>

## [1.0.2](https://github.com/willsoto/nestjs-objection/compare/v1.0.1...v1.0.2) (2019-02-14)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -90,5 +90,5 @@
"typings": "tsc --project tsconfig.build.json --declaration --declarationDir typings --emitDeclarationOnly"
},
"typings": "./typings/index.d.ts",
"version": "1.0.2"
"version": "1.0.3"
}

0 comments on commit 365236c

Please sign in to comment.