Skip to content

Commit

Permalink
chore: Release version 2.2.0 - 2020-04-14
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoldrbx committed Apr 14, 2020
1 parent 53f7d03 commit 2b51b41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## Version 2.2.0 - 2020-04-14
### Fixed
- (package): export interface namespaces in addition to merged methods ([#36])

### Features
- (xml): add XML methods ([#35])

[#36]: https://github.com/CondeNast/jsonml.js/pull/36
[#35]: https://github.com/CondeNast/jsonml.js/pull/35

## Version 2.1.1 - 2020-04-13
### Fixed
- (dom): Maintain empty spaces in text nodes when converting from HTML. ([#34])
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@condenast/jsonml.js",
"version": "2.1.1",
"version": "2.2.0",
"description": "JsonML-related tools.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 2b51b41

Please sign in to comment.