Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-02-10)

### Features

* Added semantic.yml file and release ([#11](#11)) ([d7b0f1c](d7b0f1c))
  • Loading branch information
semantic-release-bot committed Feb 10, 2020
1 parent d7b0f1c commit c89880d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0 (2020-02-10)


### Features

* Added semantic.yml file and release ([#11](https://github.com/Gusto/grpc-web-ruby/issues/11)) ([d7b0f1c](https://github.com/Gusto/grpc-web-ruby/commit/d7b0f1cc62ef88121fee987083f75c3af3604f3e))
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
grpc-web (0.1.0)
grpc-web (1.0.0)
grpc (~> 1.0)
rack (>= 1.6.0, < 3.0)

Expand All @@ -28,11 +28,11 @@ GEM
coderay (1.1.2)
diff-lcs (1.3)
docile (1.3.2)
google-protobuf (3.11.2)
google-protobuf (3.11.3)
googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
grpc (1.26.0)
google-protobuf (~> 3.8)
grpc (1.27.0)
google-protobuf (~> 3.11)
googleapis-common-protos-types (~> 1.0)
jaro_winkler (1.5.4)
json (2.3.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 = '0.1.0'
VERSION = '1.0.0'
end

0 comments on commit c89880d

Please sign in to comment.