Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-02-21)

### Bug Fixes

* Integration test for NodeJS Typescript client ([#17](#17)) ([58825f7](58825f7))
  • Loading branch information
semantic-release-bot committed Feb 21, 2020
1 parent 58825f7 commit 9279778
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/Gusto/grpc-web-ruby/compare/v1.0.0...v1.0.1) (2020-02-21)


### Bug Fixes

* Integration test for NodeJS Typescript client ([#17](https://github.com/Gusto/grpc-web-ruby/issues/17)) ([58825f7](https://github.com/Gusto/grpc-web-ruby/commit/58825f7f1395f00ab9253332639fe5c67648d805))

# 1.0.0 (2020-02-10)


Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
grpc-web (1.0.0)
grpc-web (1.0.1)
grpc (~> 1.0)
rack (>= 1.6.0, < 3.0)

Expand Down Expand Up @@ -30,7 +30,7 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.3.2)
google-protobuf (3.11.3)
google-protobuf (3.11.4)
googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
grpc (1.27.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/grpc_web/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GRPCWeb
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 9279778

Please sign in to comment.