Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-07-08)

### Features

* add new types and sample ([acc1776](acc1776))
* add typeorm sample, change types ([f801a59](f801a59))
  • Loading branch information
semantic-release-bot committed Jul 8, 2021
1 parent 0f743ca commit 1ecc27c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.0](https://github.com/omermorad/mockingbird-ts/compare/v1.0.0...v1.1.0) (2021-07-08)


### Features

* add new types and sample ([acc1776](https://github.com/omermorad/mockingbird-ts/commit/acc1776b50360fe745983b266b7e9a5da1ee9f4f))
* add typeorm sample, change types ([f801a59](https://github.com/omermorad/mockingbird-ts/commit/f801a59e0811e92f72a9c28069a809bfb9624564))

# [1.1.0-next.1](https://github.com/omermorad/mockingbird-ts/compare/v1.0.0...v1.1.0-next.1) (2021-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockingbird-ts",
"version": "1.1.0-next.1",
"version": "1.1.0",
"license": "MIT",
"description": "Super Simple, Yet Powerful, TypeScript Library for Creating Mocks. Mockingbird allows you to create class mocks like a breeze with a simple yet powerful @Mock decorator",
"keywords": [
Expand Down

0 comments on commit 1ecc27c

Please sign in to comment.