From 1683040a59c9b0ac40836e5ec6839afa79edf714 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Mar 2021 21:51:11 +0000 Subject: [PATCH] chore(release): 3.8.0 release notes # [3.8.0](https://github.com/IBM/python-sdk-core/compare/v3.7.0...v3.8.0) (2021-03-17) ### Features * add datetime to string utils for lists ([2a4260c](https://github.com/IBM/python-sdk-core/commit/2a4260c7aca9b99020e2b06ccffc976ece8bd6ac)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4680ddc..6e95a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.8.0](https://github.com/IBM/python-sdk-core/compare/v3.7.0...v3.8.0) (2021-03-17) + + +### Features + +* add datetime to string utils for lists ([2a4260c](https://github.com/IBM/python-sdk-core/commit/2a4260c7aca9b99020e2b06ccffc976ece8bd6ac)) + # [3.7.0](https://github.com/IBM/python-sdk-core/compare/v3.6.0...v3.7.0) (2021-03-12) diff --git a/package-lock.json b/package-lock.json index 95147be..50496d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,9 +57,9 @@ } }, "@octokit/core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.3.0.tgz", - "integrity": "sha512-GGMpjaodCBY7JrtOwfolMocwZw9Pj5NxuQqfaJhGau4tkyonm0JRV9D6juQYLMb1Kl261++4Q980o0FlAtg8jg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.3.1.tgz", + "integrity": "sha512-Dc5NNQOYjgZU5S1goN6A/E500yXOfDUFRGQB8/2Tl16AcfvS3H9PudyOe3ZNE/MaVyHPIfC0htReHMJb1tMrvw==", "requires": { "@octokit/auth-token": "^2.4.4", "@octokit/graphql": "^4.5.8", @@ -96,9 +96,9 @@ "integrity": "sha512-NxF1yfYOUO92rCx3dwvA2onF30Vdlg7YUkMVXkeptqpzA3tRLplThhFleV/UKWFgh7rpKu1yYRbvNDUtzSopKA==" }, "@octokit/plugin-paginate-rest": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.1.tgz", - "integrity": "sha512-hVYlN5xzKErKVhf9cfRzsGUhnYH1ZUOzR1M+BXtjqHmUb2oIxcOMq5uEIqyhQbYM5lvsaQAkfi2CZeT/bZg3Fw==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.2.tgz", + "integrity": "sha512-mjfBcla00UNS4EI/NN7toEbUM45ow3kk4go+LxsXAFLQodsrXcIZbftUhXTqi6ZKd+r6bcqMI+Lv4dshLtFjww==", "requires": { "@octokit/types": "^6.11.0" }