Skip to content

Commit 6b323a6

Browse files
Update project version.
Update CHANGELOG.
1 parent 229dd0e commit 6b323a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.2] - 2015-05-29
6+
### Fixed
7+
- Fix TypeScript definition path.
8+
59
## [1.0.1] - 2015-05-29
610
### Added
711
- Add TypeScript definition in "lib" directory.
@@ -22,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2226
### Changed
2327
- Update the filter `**`: it can also be applied to a specific property.
2428

29+
[1.0.2]: https://github.com/cyrilschumacher/json-property-filter/compare/1.0.1...1.0.2
2530
[1.0.1]: https://github.com/cyrilschumacher/json-property-filter/compare/1.0.0...1.0.1
2631
[1.0.0]: https://github.com/cyrilschumacher/json-property-filter/compare/0.0.8...1.0.0
2732
[0.0.8]: https://github.com/cyrilschumacher/json-property-filter/compare/0.0.6...0.0.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-property-filter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"keywords": [
55
"json-property-filter",
66
"filter",

0 commit comments

Comments
 (0)