diff --git a/CHANGELOG.md b/CHANGELOG.md index 20667b11b..627a6a976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [6.8.3](https://github.com/dcodeIO/protobuf.js/releases/tag/6.8.3) + +## CLI +[:hash:](https://github.com/dcodeIO/protobuf.js/commit/cc991a058b0636f3454166c76de7b664cf23a8f4) Use correct safeProp in json-module target, see [#956](https://github.com/dcodeIO/protobuf.js/issues/956)
+ # [6.8.2](https://github.com/dcodeIO/protobuf.js/releases/tag/6.8.2) ## Other diff --git a/dist/light/protobuf.js b/dist/light/protobuf.js index ce0501fd9..baf87b018 100644 --- a/dist/light/protobuf.js +++ b/dist/light/protobuf.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.8.1 (c) 2016, daniel wirtz - * compiled mon, 27 nov 2017 16:46:30 utc + * protobuf.js v6.8.3 (c) 2016, daniel wirtz + * compiled wed, 29 nov 2017 11:13:35 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ diff --git a/dist/light/protobuf.min.js b/dist/light/protobuf.min.js index 78dd50177..75e31c53d 100644 --- a/dist/light/protobuf.min.js +++ b/dist/light/protobuf.min.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.8.1 (c) 2016, daniel wirtz - * compiled mon, 27 nov 2017 16:46:31 utc + * protobuf.js v6.8.3 (c) 2016, daniel wirtz + * compiled wed, 29 nov 2017 11:13:36 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ diff --git a/dist/minimal/protobuf.js b/dist/minimal/protobuf.js index cba2b695f..43bf93841 100644 --- a/dist/minimal/protobuf.js +++ b/dist/minimal/protobuf.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.8.1 (c) 2016, daniel wirtz - * compiled mon, 27 nov 2017 16:46:30 utc + * protobuf.js v6.8.3 (c) 2016, daniel wirtz + * compiled wed, 29 nov 2017 11:13:35 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ diff --git a/dist/minimal/protobuf.min.js b/dist/minimal/protobuf.min.js index c62eb50d5..cd170813a 100644 --- a/dist/minimal/protobuf.min.js +++ b/dist/minimal/protobuf.min.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.8.1 (c) 2016, daniel wirtz - * compiled mon, 27 nov 2017 16:46:31 utc + * protobuf.js v6.8.3 (c) 2016, daniel wirtz + * compiled wed, 29 nov 2017 11:13:36 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ diff --git a/dist/protobuf.js b/dist/protobuf.js index b64641235..5977a4edf 100644 --- a/dist/protobuf.js +++ b/dist/protobuf.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.8.1 (c) 2016, daniel wirtz - * compiled mon, 27 nov 2017 16:46:30 utc + * protobuf.js v6.8.3 (c) 2016, daniel wirtz + * compiled wed, 29 nov 2017 11:13:35 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ diff --git a/dist/protobuf.min.js b/dist/protobuf.min.js index 46e61dcee..03350bcca 100644 --- a/dist/protobuf.min.js +++ b/dist/protobuf.min.js @@ -1,6 +1,6 @@ /*! - * protobuf.js v6.8.1 (c) 2016, daniel wirtz - * compiled mon, 27 nov 2017 16:46:31 utc + * protobuf.js v6.8.3 (c) 2016, daniel wirtz + * compiled wed, 29 nov 2017 11:13:36 utc * licensed under the bsd-3-clause license * see: https://github.com/dcodeio/protobuf.js for details */ diff --git a/package.json b/package.json index 3e79cd5e0..97736e6cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protobufjs", - "version": "6.8.2", + "version": "6.8.3", "versionScheme": "~", "description": "Protocol Buffers for JavaScript (& TypeScript).", "author": "Daniel Wirtz ",