Skip to content

Commit

Permalink
chore: Bump version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
universalhandle committed May 9, 2023
1 parent 97edf4d commit a0488e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project are documented in this file. This project adheres to [Semantic Versioning](http://semver.org/#semantic-versioning-200).

## [3.1.1] - 2023-05-08

### Bug Fixes

- Moved `@types/node` to a dev dependency (see [#165](https://github.com/oozcitak/xmlbuilder2/issues/165)).
- Bumped `js-yaml` up from a version with a known vulnerability (see [#141](https://github.com/oozcitak/xmlbuilder2/pull/141) and [#167](https://github.com/oozcitak/xmlbuilder2/pull/167)).

## [3.1.0] - 2023-04-24

### Features
Expand Down Expand Up @@ -299,3 +306,4 @@ All notable changes to this project are documented in this file. This project ad
[3.0.1]: https://github.com/oozcitak/xmlbuilder2/compare/v3.0.0...v3.0.1
[3.0.2]: https://github.com/oozcitak/xmlbuilder2/compare/v3.0.1...v3.0.2
[3.1.0]: https://github.com/oozcitak/xmlbuilder2/compare/v3.0.2...v3.1.0
[3.1.1]: https://github.com/oozcitak/xmlbuilder2/compare/v3.1.0...v3.1.1
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
@@ -1,6 +1,6 @@
{
"name": "xmlbuilder2",
"version": "3.1.0",
"version": "3.1.1",
"keywords": [
"xml",
"xmlbuilder"
Expand Down

0 comments on commit a0488e5

Please sign in to comment.