Skip to content

Commit e363343

Browse files
author
Chris Wiechmann
committed
Prepare to release version 1.0.12 of XML-Flow-Node
1 parent 9525c37 commit e363343

4 files changed

Lines changed: 338 additions & 462 deletions

File tree

.github/workflows/plugin-fn-xml-node-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
node-version: [12.x]
22+
node-version: [12.x, 14.x]
2323
steps:
2424
# - name: Debug
2525
# uses: hmarr/debug-action@v1.0.0

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## [1.0.12] 2021-06-14
8+
- Updated Dev-Dependency Mocha from version 7.2.0 to 8.4.0 to solve security issue
9+
- Integration pipeline now also tests with Node.js version 14.x
10+
711
## [1.0.11] 2021-05-20
812
### Added
913
- Added ability to remove all namespaces with an asterisk [PR #63](https://github.com/Axway-API-Builder-Ext/api-builder-extras/pull/63)

0 commit comments

Comments
 (0)