Skip to content

Commit ec36bf6

Browse files
committed
chore(release): 1.0.1 [skip ci]
### [1.0.1](v1.0.0...v1.0.1) (2020-01-13) ### Bug Fixes * added and updated missing and incorrect types from generated api ([82ef062](82ef062))
1 parent 82ef062 commit ec36bf6

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [1.0.1](https://github.com/ula-aca/aries-cloudagent-interface-javascript/compare/v1.0.0...v1.0.1) (2020-01-13)
2+
3+
### Bug Fixes
4+
5+
- added and updated missing and incorrect types from generated api ([82ef062](https://github.com/ula-aca/aries-cloudagent-interface-javascript/commit/82ef062cbfcbb4ffb651842509710a9866b08abb))
6+
17
## 1.0.0 (2019-12-15)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ula-aca/aries-cloudagent-interface",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An Aries Cloudagent API Wrapper for JavaScript and NodeJS",
55
"main": "./lib/src/index.js",
66
"types": "./lib/src/index.d.ts",

yarn.lock

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -628,15 +628,6 @@
628628
regexpp "^3.0.0"
629629
tsutils "^3.17.1"
630630

631-
"@typescript-eslint/[email protected]":
632-
version "2.14.0"
633-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.14.0.tgz#e9179fa3c44e00b3106b85d7b69342901fb43e3b"
634-
integrity sha512-KcyKS7G6IWnIgl3ZpyxyBCxhkBPV+0a5Jjy2g5HxlrbG2ZLQNFeneIBVXdaBCYOVjvGmGGFKom1kgiAY75SDeQ==
635-
dependencies:
636-
"@types/json-schema" "^7.0.3"
637-
"@typescript-eslint/typescript-estree" "2.14.0"
638-
eslint-scope "^5.0.0"
639-
640631
"@typescript-eslint/[email protected]":
641632
version "2.15.0"
642633
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.15.0.tgz#41e35313bfaef91650ddb5380846d1c78a780070"
@@ -656,19 +647,6 @@
656647
"@typescript-eslint/typescript-estree" "2.15.0"
657648
eslint-visitor-keys "^1.1.0"
658649

659-
"@typescript-eslint/[email protected]":
660-
version "2.14.0"
661-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.14.0.tgz#c67698acdc14547f095eeefe908958d93e1a648d"
662-
integrity sha512-pnLpUcMNG7GfFFfNQbEX6f1aPa5fMnH2G9By+A1yovYI4VIOK2DzkaRuUlIkbagpAcrxQHLqovI1YWqEcXyRnA==
663-
dependencies:
664-
debug "^4.1.1"
665-
eslint-visitor-keys "^1.1.0"
666-
glob "^7.1.6"
667-
is-glob "^4.0.1"
668-
lodash.unescape "4.0.1"
669-
semver "^6.3.0"
670-
tsutils "^3.17.1"
671-
672650
"@typescript-eslint/[email protected]":
673651
version "2.15.0"
674652
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.15.0.tgz#79ae52eed8701b164d91e968a65d85a9105e76d3"

0 commit comments

Comments
 (0)