Skip to content

Commit ce8b291

Browse files
committed
chore: release version 3.9.0 🎉 🎵
1 parent 740022c commit ce8b291

File tree

4 files changed

+33
-17
lines changed

4 files changed

+33
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
### Improvements 3.9.0
1111

1212
- CLI: mc data-lake command (manage permissions and tokens of data lake)
13-
- CLI: mc aspects command (list, create, delete)
13+
- CLI: mc aspects command (list, create, delete, create from JSON Schema)
1414
- CLI: mc asset-types command (list, create, delete)
1515
- CLI: mc assets command (list, create, delete)
1616
- CLI: mc download-events command
17-
- CLI: mc aspects command (list, create, delete, create from JSON Schema)
1817
- CLI: mc configure-agent --mode test can now produce a configurable number of test records
1918
- CLI will now notify users that there is a new version of the CLI available (#190) [#hacktoberfest lyallemma]
2019
- SDK: data lake token operations

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ Create an agent in Asset Manager of type core.MindConnectLib create initial JSON
8282
}
8383
```
8484

85-
More Information about [core.MindConnectLib](http://bit.ly/2HZ2ehE) configuration.
86-
8785
### Step 3 : Create an agent
8886

8987
Read the initial configuration from the config file and create the agent.

package-lock.json

Lines changed: 31 additions & 12 deletions
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": "@mindconnect/mindconnect-nodejs",
3-
"version": "3.9.0-3",
3+
"version": "3.9.0",
44
"description": "MindConnect Library for NodeJS (community based)",
55
"main": "./dist/src/index.js",
66
"browser": "./dist/src/index.bundle.js",

0 commit comments

Comments
 (0)