Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

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

### Bug Fixes

* **style:** Fix linter violations ([354c15c](354c15c))

### Features

* **cli:** Add a main file with the program entry point ([28bbb4d](28bbb4d))
* **cli:** Add Pokédex commands ([da39b87](da39b87))
* **cli:** Capture screenshots from IMDB`s website ([beaebe5](beaebe5))
* **cli:** Scrap movie lists from IMDB`s website ([c09c11e](c09c11e))
  • Loading branch information
semantic-release-bot committed Feb 3, 2020
1 parent 437c525 commit e3642e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 1.0.0 (2020-02-03)

### Bug Fixes

- **style:** Fix linter violations ([354c15c](https://github.com/roalcantara/typescript-cli-boilerplate/commit/354c15c03319fcca79ed54422efcf6320118ea8b))

### Features

- **cli:** Add a main file with the program entry point ([28bbb4d](https://github.com/roalcantara/typescript-cli-boilerplate/commit/28bbb4d053ce661f0b2be88328cc4e811c3daec7))
- **cli:** Add Pokédex commands ([da39b87](https://github.com/roalcantara/typescript-cli-boilerplate/commit/da39b87fc0b6c987696121d31f02c2c0a4e7d8b6))
- **cli:** Capture screenshots from IMDB`s website ([beaebe5](https://github.com/roalcantara/typescript-cli-boilerplate/commit/beaebe55618d87f66cfaeb5c4ef27cd40b17ca44))
- **cli:** Scrap movie lists from IMDB`s website ([c09c11e](https://github.com/roalcantara/typescript-cli-boilerplate/commit/c09c11ee6f33f8a6a8f8c8248f46e9554a888cf9))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-cli-boilerplate",
"version": "0.1.0",
"version": "1.0.0",
"description": "A Typescript CLI Boilerplate",
"engines": {
"node": "10",
Expand Down

0 comments on commit e3642e8

Please sign in to comment.