Skip to content

Commit 4dacd76

Browse files
Bump version to 0.3.3
1 parent 1a94e89 commit 4dacd76

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [0.3.3](https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3) - 2017-01-27
7+
### Added
8+
- Created CHANGELOG with details on each version release (#37)
9+
10+
### Changed
11+
- Update examples to load parser from relative `dist/` directory (#36)
12+
13+
### Removed
14+
- Removed unnecessary field "browser" in `package.json` (#36)
15+
616
## [0.3.2](https://github.com/remarkablemark/html-react-parser/compare/v0.3.1...v0.3.2) - 2017-01-26
717
### Fixed
818
- Decode HTML entities by default on node (#34)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-react-parser",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "An HTML to React parser.",
55
"author": "Mark <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)