Skip to content

Commit df59725

Browse files
authored
chore: Proposal for 1.0.1 (#360)
1 parent 52496e1 commit df59725

File tree

3 files changed

+87
-47
lines changed

3 files changed

+87
-47
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
3+
## [1.0.1](https://github.com/IBM/nodejs-itoolkit/compare/v1.0.0...v1.0.1) (2022-10-31)
4+
5+
- fix: Missing braces in README Example (#286)
6+
- fix: Typo in ssh transport error message (#287)
7+
- test: Remove redundant ProgramCall test (#284)
8+
- test: Constrain eslint rules
9+
- test: Fix eslint errors issues in eslintrc
10+
- test: Configure tests to use Mocha env in eslintrc
11+
- test: Adjust AirBnB rules for Mocha tests
12+
- test: Use eslint-plugin-mocha for tests
13+
- test: Remove arrow functions from mocha functions (#283)
14+
- ci: Add eslint action (#244)
15+
- docs: Update setup transport interface links (#292)
16+
- fix: Emit deprecation warning for iPgm.addReturn (#295)
17+
- build(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (#299)
18+
- build(deps): bump lodash from 4.17.15 to 4.17.19 (#302)
19+
- chore: Unmark as stale if issue has been updated (#311)
20+
- fix: Make exempt labels plural for stale action (#312)
21+
- test: Check the XMLSERVICE version for QSH support (#303)
22+
- fix: Update standard-version to resolve CVE-2020-8116 (#310)
23+
- refactor: Handle optional dependencies better (#306)
24+
- test: Fix mocha/no-identical-title eslint issue (#296)
25+
- test: Fix mocha/no-hooks-for-single-case eslint issue (#297)
26+
- fix: eslint GH action failure (#336)
27+
- docs: Add comma to separate password and url key
28+
- build(deps): Update deps to the latest version (#347)
29+
- docs: Add omit as valid value for io (#346)
30+
- docs: Reference alternate XML parser (#345)
31+
- build: readthedocs build error (#349)
32+
- build(deps): Add fast-xml-parser (#351)
33+
- build(deps): Upgrade ssh2 to latest version (#355)
34+
- fix: Better optional deps handling (#353)
35+
- ci: Add npm publish action (#358)
36+
- docs: Update cosine example to pass by value (#359)
437

538
## [1.0.0](https://github.com/IBM/nodejs-itoolkit/compare/1.0.0-alpha.1...1.0.0) (2020-05-08)
639

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itoolkit",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "XMLSERVICE wrapper to access to all things IBM i",
55
"main": "lib/itoolkit.js",
66
"directories": {
@@ -53,7 +53,7 @@
5353
"sinon": "^14.0.1"
5454
},
5555
"optionalDependencies": {
56-
"idb-connector": "^1.2.16",
56+
"idb-connector": "^1.2.18",
5757
"idb-pconnector": "^1.1.0",
5858
"odbc": "^2.4.6",
5959
"ssh2": "^1.11.0",

0 commit comments

Comments
 (0)