Skip to content

Commit 28f4c8f

Browse files
chore(release): 1.0.0 [skip ci]
# [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
1 parent abe4765 commit 28f4c8f

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.0.0](https://github.com/Drivetech/dmm-parser/compare/v0.0.3...v1.0.0) (2019-01-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency pad to v^2.0.0 ([47e8fb6](https://github.com/Drivetech/dmm-parser/commit/47e8fb6))
7+
* **package:** fix lint-staged config ([b0d87d5](https://github.com/Drivetech/dmm-parser/commit/b0d87d5))
8+
9+
10+
### Features
11+
12+
* **deps:** remove pad ([3736953](https://github.com/Drivetech/dmm-parser/commit/3736953))
13+
* **node:** set min node version to v10 ([1dfe211](https://github.com/Drivetech/dmm-parser/commit/1dfe211))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **deps:** Replace pad to String.prototype.padStart
19+
* **node:** se min node version to v10
20+
121
#### 0.0.3 (2017-6-18)
222

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

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drivetech/dmm-parser",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "Parser for latitude and longitude in DMM format",
55
"main": "src",
66
"scripts": {

0 commit comments

Comments
 (0)