Skip to content

Commit 801d1b9

Browse files
author
Chris Wiechmann
committed
Prepare to release version 1.0.11
1 parent e439f57 commit 801d1b9

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

api-builder-plugin-fn-xml-node/Changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [1.0.11] 2021-05-20
8+
### Added
9+
- Added ability to remove all namespaces with an asterisk [PR #63](https://github.com/Axway-API-Builder-Ext/api-builder-extras/pull/63)
10+
- Updated some packages (api-builder-test-utils, chai, pathval, api-builder-sdk)
811

912
## [1.0.10] 2021-05-10
1013
### Security

api-builder-plugin-fn-xml-node/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-builder-plugin-fn-xml-node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axway-api-builder-ext/api-builder-plugin-fn-xml-node",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Axway API-Builder flow node to handle XML-Payload. For instance converting XML into JSON or JS-Objects.",
55
"author": "Chris Wiechmann <cwiechmann@axway.com> (http://www.axway.com)",
66
"license": "Apache-2.0",
@@ -29,16 +29,16 @@
2929
"xml-node-icon.png"
3030
],
3131
"dependencies": {
32-
"@axway/api-builder-sdk": "^1.1.5",
32+
"@axway/api-builder-sdk": "^1.1.6",
3333
"jsonpath": "^1.1.1",
3434
"xml-js": "1.6.11"
3535
},
3636
"peerDependencies": {
3737
"@axway/api-builder-runtime": "^4.64.1"
3838
},
3939
"devDependencies": {
40-
"@axway/api-builder-test-utils": "^1.1.12",
41-
"chai": "^4.3.0",
40+
"@axway/api-builder-test-utils": "^1.1.13",
41+
"chai": "^4.3.4",
4242
"mocha": "^7.2.0"
4343
},
4444
"scripts": {

0 commit comments

Comments
 (0)