Skip to content

Commit 4d684ce

Browse files
author
Chris Wiechmann
committed
Prepare for release 1.0.1
1 parent f46cc16 commit 4d684ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

api-builder-plugin-fn-mongodb/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.0] 2021-07-15
7+
## [1.0.1] 2021-07-16
8+
### Added
9+
- Documentation for Filter-Handling improved
10+
11+
## [1.0.0] 2021-07-16
812
### Added
913
- Initial version

api-builder-plugin-fn-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axway-api-builder-ext/api-builder-plugin-fn-mongodb",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Use this flow node to communicate directly with a MongoDB. You can use it to store, filter, load, etc. documents (primarily JSON) without the use of models. This approach is very well suited for an API-first approach.",
55
"author": "Chris Wiechmann <cwiechmann@axway.com> (http://www.axway.com) ",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)