Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Aug 14, 2020
1 parent 2c41530 commit 757f6e3
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# [1.0.5](https://github.com/apollographql/protobuf.js/releases/tag/1.0.5)

## Other
[:hash:](https://github.com/apollographql/protobuf.js/commit/68a467e01363bd3d8140a495d4ed4edeaca4f180) Map field TypeScript types shouldn't imply all keys exist<br />

# [1.0.4](https://github.com/apollographql/protobuf.js/releases/tag/1.0.4)

## New
Expand Down
2 changes: 1 addition & 1 deletion cli/package.standalone.json
Expand Up @@ -15,7 +15,7 @@
"pbts": "bin/pbts"
},
"peerDependencies": {
"@apollo/protobufjs": "~1.0.4"
"@apollo/protobufjs": "~1.0.5"
},
"dependencies": {
"chalk": "^1.1.3",
Expand Down
4 changes: 2 additions & 2 deletions dist/light/protobuf.js

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

4 changes: 2 additions & 2 deletions dist/light/protobuf.min.js

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

4 changes: 2 additions & 2 deletions dist/minimal/protobuf.js

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

4 changes: 2 additions & 2 deletions dist/minimal/protobuf.min.js

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

4 changes: 2 additions & 2 deletions dist/protobuf.js

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

4 changes: 2 additions & 2 deletions dist/protobuf.min.js

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

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/protobufjs",
"version": "1.0.4",
"version": "1.0.5",
"versionScheme": "~",
"description": "Protocol Buffers for JavaScript (& TypeScript).",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
Expand Down

0 comments on commit 757f6e3

Please sign in to comment.