Skip to content

Commit f436a83

Browse files
chore(release): v1.0.0
1 parent 741ce1a commit f436a83

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
# 1.0.0 (2019-03-06)
4+
5+
6+
### Features
7+
8+
* **number-parsing:** parse numeric-like values as numbers ([adf3246](https://github.com/gregswindle/parse-numeric/commit/adf3246)), closes [#1](https://github.com/gregswindle/parse-numeric/issues/1)
9+
* **parser:** parse values as numbers ([16faf2f](https://github.com/gregswindle/parse-numeric/commit/16faf2f))
10+
311
All notable changes to **parse-numeric** will be documented in this file.
412

513
## Format

npm-shrinkwrap.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,7 +1,7 @@
11
{
22
"name": "parse-numeric",
33
"description": "Convert numeric strings into Numbers (or return original value).",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Greg Swindle",
77
"url": "https://github.com/gregswindle"

0 commit comments

Comments
 (0)