File tree 3 files changed +9
-2
lines changed
packages/google-cloud-clouddms
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 1.0.1] ( https://www.github.com/googleapis/nodejs-dms/compare/v1.0.0...v1.0.1 ) (2021-06-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** google-gax v2.17.0 with mTLS ([ #22 ] ( https://www.github.com/googleapis/nodejs-dms/issues/22 ) ) ([ cbee80d] ( https://www.github.com/googleapis/nodejs-dms/commit/cbee80d1db4e8a3982630a9a863f82e98ffeddf2 ) )
9
+
3
10
## 1.0.0 (2021-05-25)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/dms" ,
3
3
"description" : " Cloud Database Migration API client for Node.js" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.0.1 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google LLC" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 13
13
"test" : " c8 mocha --timeout 600000 test/*.js"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/dms" : " ^1.0.0 "
16
+ "@google-cloud/dms" : " ^1.0.1 "
17
17
},
18
18
"devDependencies" : {
19
19
"c8" : " ^7.1.0" ,
You can’t perform that action at this time.
0 commit comments