Skip to content

Commit 61b988c

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.7...v3.0.0) (2019-11-25) ### Features * update scrapping method ([b248489](b248489)) ### BREAKING CHANGES * Set min node version to v12
1 parent b248489 commit 61b988c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/lgaticaq/codigo-postal/compare/v2.0.7...v3.0.0) (2019-11-25)
2+
3+
4+
### Features
5+
6+
* update scrapping method ([b248489](https://github.com/lgaticaq/codigo-postal/commit/b248489ecc260cdd41f4dfe0ebea09f82f97f4c5))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Set min node version to v12
12+
113
## [2.0.7](https://github.com/lgaticaq/codigo-postal/compare/v2.0.6...v2.0.7) (2019-10-08)
214

315

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codigo-postal",
3-
"version": "2.0.7",
3+
"version": "3.0.0",
44
"description": "Get postal code from Correos de Chile",
55
"main": "src",
66
"types": "src/types.d.ts",

0 commit comments

Comments
 (0)