Skip to content

Commit 23a8b27

Browse files
committed
chore: update date for 0.3.0
1 parent 6f367cc commit 23a8b27

File tree

1 file changed

+26
-17
lines changed

1 file changed

+26
-17
lines changed

CHANGELOG.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
11
# Change Log
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/)
56
and this project adheres to [Semantic Versioning](http://semver.org/).
67

7-
## [0.3.0] - 2018-04-03
8+
## [0.3.0] - 2018-04-06
9+
810
### Changed
9-
- Updated package versions in `devDependencies`
10-
- Updated `graphql` version dependency to `0.13.1`
11-
- Added [Prettier](https://prettier.io/) configuration to `package.json`
12-
- Linted (based on updates to eslint packages) and Prettier-ed all files
11+
12+
* Updated package versions in `devDependencies`
13+
* Updated `graphql` version dependency to `0.13.1`
14+
* Added [Prettier](https://prettier.io/) configuration to `package.json`
15+
* Linted (based on updates to eslint packages) and Prettier-ed all files
1316

1417
### Added
15-
- PhoneNumber
16-
- PostalCode
17-
- `package-lock.json`
18+
19+
* PhoneNumber
20+
* PostalCode
21+
* `package-lock.json`
1822

1923
## [0.2.0] - 2018-01-16
24+
2025
### Changed
21-
- Implemented more strict numeric type checking
22-
- Some type exception messages changed slightly
23-
- Changed `graphql` from a dependency to a _peer_ dependency
26+
27+
* Implemented more strict numeric type checking
28+
* Some type exception messages changed slightly
29+
* Changed `graphql` from a dependency to a _peer_ dependency
2430

2531
### Added
26-
- NegativeInt
27-
- NegativeFloat
28-
- NonPositiveInt
29-
- NonPositiveFloat
30-
- more tests
32+
33+
* NegativeInt
34+
* NegativeFloat
35+
* NonPositiveInt
36+
* NonPositiveFloat
37+
* more tests
3138

3239
## [0.1.0] - 2017-07-14
40+
3341
### Added
34-
- Initial Release - released as [`@okgrow/graphql-scalars`](https://www.npmjs.com/package/@okgrow/graphql-scalars) on npm.
42+
43+
* Initial Release - released as [`@okgrow/graphql-scalars`](https://www.npmjs.com/package/@okgrow/graphql-scalars) on npm.

0 commit comments

Comments
 (0)