Skip to content

Commit

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

### Bug Fixes

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

### Features

* alpha release ([#12](#12)) ([5682bb4](5682bb4))
* faker.ts initial ([#6](#6)) ([714fc05](714fc05)), closes [#4](#4) [#7](#7) [#8](#8)
  • Loading branch information
semantic-release-bot committed Feb 1, 2021
1 parent 12b19f1 commit a329e91
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 1.0.0-alpha.1 (2021-02-01)


### Bug Fixes

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


### Features

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

# 1.0.0 (2021-02-01)


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": "fixture.ts",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"license": "MIT",
"description": "Easy to Use, Powered by Decorators, Faker TypeScript Wrapper",
"keywords": [
Expand Down

0 comments on commit a329e91

Please sign in to comment.