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](v0.0.3...v1.0.0) (2019-01-04)

### Bug Fixes

* **deps:** update dependency pad to v^2.0.0 ([47e8fb6](47e8fb6))
* **package:** fix lint-staged config ([b0d87d5](b0d87d5))

### Features

* **deps:** remove pad ([3736953](3736953))
* **node:** set min node version to v10 ([1dfe211](1dfe211))

### BREAKING CHANGES

* **deps:** Replace pad to String.prototype.padStart
* **node:** se min node version to v10
  • Loading branch information
semantic-release-bot committed Jan 4, 2019
1 parent abe4765 commit 28f4c8f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.0.0](https://github.com/Drivetech/dmm-parser/compare/v0.0.3...v1.0.0) (2019-01-04)


### Bug Fixes

* **deps:** update dependency pad to v^2.0.0 ([47e8fb6](https://github.com/Drivetech/dmm-parser/commit/47e8fb6))
* **package:** fix lint-staged config ([b0d87d5](https://github.com/Drivetech/dmm-parser/commit/b0d87d5))


### Features

* **deps:** remove pad ([3736953](https://github.com/Drivetech/dmm-parser/commit/3736953))
* **node:** set min node version to v10 ([1dfe211](https://github.com/Drivetech/dmm-parser/commit/1dfe211))


### BREAKING CHANGES

* **deps:** Replace pad to String.prototype.padStart
* **node:** se min node version to v10

#### 0.0.3 (2017-6-18)

##### Chores
Expand Down Expand Up @@ -31,4 +51,3 @@
* **linter:** Fix linter ([ceec46a5](https://github.com/Drivetech/dmm-parser/commit/ceec46a5ecc01ad492dbef53822bc58e080a7084))

#### 0.0.1 (2016-7-24)

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": "@drivetech/dmm-parser",
"version": "0.0.3",
"version": "1.0.0",
"description": "Parser for latitude and longitude in DMM format",
"main": "src",
"scripts": {
Expand Down

0 comments on commit 28f4c8f

Please sign in to comment.