Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.1...v5.0.0) (2019-02-19)

### Bug Fixes

* **api:** replace api.rutify.cl to www.nombrerutyfirma.cl ([6233d99](6233d99))
* **deps:** path 2 vulnerabilities ([15007da](15007da))
* **deps:** update fuse.js to v3.4.2 ([2d44630](2d44630))
* **package:** fix lock ([ace4368](ace4368))
* remove try/catch unused ([f707b2a](f707b2a))

### Features

* **node:** set min node version to v10 ([cbfea53](cbfea53))
* **typescript:** add type definitions ([497d032](497d032))

### BREAKING CHANGES

* **node:** Drop support to node version to v8
* **api:** Rename all exported methods
  • Loading branch information
semantic-release-bot committed Feb 19, 2019
1 parent 497d032 commit 194c50b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [5.0.0](https://github.com/lgaticaq/info-rut/compare/v4.0.1...v5.0.0) (2019-02-19)


### Bug Fixes

* **api:** replace api.rutify.cl to www.nombrerutyfirma.cl ([6233d99](https://github.com/lgaticaq/info-rut/commit/6233d99))
* **deps:** path 2 vulnerabilities ([15007da](https://github.com/lgaticaq/info-rut/commit/15007da))
* **deps:** update fuse.js to v3.4.2 ([2d44630](https://github.com/lgaticaq/info-rut/commit/2d44630))
* **package:** fix lock ([ace4368](https://github.com/lgaticaq/info-rut/commit/ace4368))
* remove try/catch unused ([f707b2a](https://github.com/lgaticaq/info-rut/commit/f707b2a))


### Features

* **node:** set min node version to v10 ([cbfea53](https://github.com/lgaticaq/info-rut/commit/cbfea53))
* **typescript:** add type definitions ([497d032](https://github.com/lgaticaq/info-rut/commit/497d032))


### BREAKING CHANGES

* **node:** Drop support to node version to v8
* **api:** Rename all exported methods

## [4.0.1](https://github.com/lgaticaq/info-rut/compare/v4.0.0...v4.0.1) (2018-10-24)


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": "info-rut",
"version": "4.0.1",
"version": "5.0.0",
"description": "Get person or enterprise from a valid RUT or full name",
"main": "src",
"types": "src/types.d.ts",
Expand Down

0 comments on commit 194c50b

Please sign in to comment.