Skip to content

Commit

Permalink
chore(release): 4.0.5 release notes [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.5](v4.0.4...v4.0.5) (2020-07-13)

### Bug Fixes

* correctly handle nil pointer interfaces ([2734d50](2734d50))
  • Loading branch information
semantic-release-bot committed Jul 13, 2020
1 parent fa2a511 commit cf0e99c
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 88 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.5](https://github.com/IBM/go-sdk-core/compare/v4.0.4...v4.0.5) (2020-07-13)


### Bug Fixes

* correctly handle nil pointer interfaces ([2734d50](https://github.com/IBM/go-sdk-core/commit/2734d50de6e6b075359260b94df2344d9b9bc088))

## [4.0.4](https://github.com/IBM/go-sdk-core/compare/v4.0.3...v4.0.4) (2020-06-02)


Expand Down
178 changes: 90 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf0e99c

Please sign in to comment.