Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-02-09)

### Bug Fixes

* **signatures:** remove redundant signature for Date type overload ([e4fbbc1](e4fbbc1))

### Code Refactoring

* **types:** add some new types to be more accurate ([d4eba88](d4eba88))

### Continuous Integration

* **release:** add beta as pre-release branch ([aed0c09](aed0c09))

### Features

* **release:** release new beta version ([bda5aa7](bda5aa7))
* alpha release ([#12](#12)) ([5682bb4](5682bb4))
* faker.ts initial ([#6](#6)) ([714fc05](714fc05)), closes [#4](#4) [#7](#7) [#8](#8)

### BREAKING CHANGES

* **types:** New MockedClass type
* **release:** Add 'tslib' as dependency
  • Loading branch information
semantic-release-bot committed Feb 9, 2021
1 parent d4eba88 commit af79fc5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 1.0.0 (2021-02-09)


### Bug Fixes

* **signatures:** remove redundant signature for Date type overload ([e4fbbc1](https://github.com/omermorad/mockingbird-ts/commit/e4fbbc18eb710bc181ef7a2d98490132cf4771df))


### Code Refactoring

* **types:** add some new types to be more accurate ([d4eba88](https://github.com/omermorad/mockingbird-ts/commit/d4eba8866b000f3507d3f1a2cf8881d3040972fc))


### Continuous Integration

* **release:** add beta as pre-release branch ([aed0c09](https://github.com/omermorad/mockingbird-ts/commit/aed0c0906f22096f7ecabe9b75aee04d410e5cef))


### Features

* **release:** release new beta version ([bda5aa7](https://github.com/omermorad/mockingbird-ts/commit/bda5aa74b957220e90605881556dacffc538a130))
* alpha release ([#12](https://github.com/omermorad/mockingbird-ts/issues/12)) ([5682bb4](https://github.com/omermorad/mockingbird-ts/commit/5682bb4c21df4d546166c613f8ed7fff937dc3dc))
* faker.ts initial ([#6](https://github.com/omermorad/mockingbird-ts/issues/6)) ([714fc05](https://github.com/omermorad/mockingbird-ts/commit/714fc05d1fdd93e1a709ebe183776dd28d0681bf)), closes [#4](https://github.com/omermorad/mockingbird-ts/issues/4) [#7](https://github.com/omermorad/mockingbird-ts/issues/7) [#8](https://github.com/omermorad/mockingbird-ts/issues/8)


### BREAKING CHANGES

* **types:** New MockedClass type
* **release:** Add 'tslib' as dependency

# 1.0.0-rc.1 (2021-02-05)


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.0.0-rc.1",
"version": "1.0.0",
"license": "MIT",
"description": "Super Simple, Yet Powerful, TypeScript Library for Creating Mocks",
"keywords": [
Expand Down

0 comments on commit af79fc5

Please sign in to comment.