Skip to content

Commit 4ac90bd

Browse files
committed
Release 0.1.3
1 parent deb4899 commit 4ac90bd

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

CHANGELOG.md

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

3-
## [0.1.2](https://github.com/eidng8/xml-patch/tree/0.1.2) (2020-04-20)
3+
## [0.1.3](https://github.com/eidng8/xml-patch/tree/0.1.3) (2020-04-23 UTC)
44

5-
[Full Changelog](https://github.com/eidng8/xml-patch/compare/0.1.1-2020.04.19-aca9a48...0.1.2)
5+
[Full Changelog](https://github.com/eidng8/xml-patch/compare/0.1.1-2020.04.19-aca9a48...0.1.3)
66

77
## [0.1.1-2020.04.19-aca9a48](https://github.com/eidng8/xml-patch/tree/0.1.1-2020.04.19-aca9a48) (2020-04-19)
88

@@ -20,4 +20,6 @@
2020

2121
[Full Changelog](https://github.com/eidng8/xml-patch/compare/c06a9a1491ad1695c1b6ca1a05ffad82d3f9dcf8...0.0.1-2020.04.14-477907d)
2222

23-
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
23+
24+
25+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

RELEASE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# XML-patch v0.1.3
2+
3+
An RFC 5261 compliant XML patch library.
4+
Released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
5+
6+
7+
## [0.1.3](https://github.com/eidng8/xml-patch/tree/0.1.3) (2020-04-23 UTC)
8+
9+
[Full Changelog](https://github.com/eidng8/xml-patch/compare/0.1.1-2020.04.19-aca9a48...0.1.3)
10+

package-lock.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,6 +1,6 @@
11
{
22
"name": "g8-xml-patch",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "XML Patch conforming to RFC 5261.",
55
"main": "lib/index.js",
66
"typings": "typings/index.d.ts",

0 commit comments

Comments
 (0)