chore: release master

This commit is contained in:
github-actions[bot] 2024-08-16 19:43:05 +00:00 committed by GitHub
parent 7be19d329a
commit 01c96b5641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 7 deletions

View File

@ -1 +1 @@
{".":"7.3.2","cli":"1.1.2"}
{".":"7.3.3","cli":"1.1.3"}

View File

@ -1,5 +1,12 @@
# Changelog
## [7.3.3](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.3.2...protobufjs-v7.3.3) (2024-08-16)
### Bug Fixes
* handle nullability for optional fields ([59569c1](https://github.com/protobufjs/protobuf.js/commit/59569c12c85c1c7b783ace9a71775b1d05a08e9c))
## [7.3.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.3.1...protobufjs-v7.3.2) (2024-06-12)

View File

@ -1,5 +1,12 @@
# Changelog
## [1.1.3](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.2...protobufjs-cli-v1.1.3) (2024-08-16)
### Bug Fixes
* handle nullability for optional fields ([59569c1](https://github.com/protobufjs/protobuf.js/commit/59569c12c85c1c7b783ace9a71775b1d05a08e9c))
## [1.1.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.1.1...protobufjs-cli-v1.1.2) (2023-08-21)

4
cli/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "protobufjs-cli",
"version": "1.1.2",
"version": "1.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "protobufjs-cli",
"version": "1.1.2",
"version": "1.1.3",
"license": "BSD-3-Clause",
"dependencies": {
"chalk": "^4.0.0",

View File

@ -1,7 +1,7 @@
{
"name": "protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "1.1.2",
"version": "1.1.3",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
"repository": {
"type": "git",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "protobufjs",
"version": "7.3.2",
"version": "7.3.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "protobufjs",
"version": "7.3.2",
"version": "7.3.3",
"hasInstallScript": true,
"license": "BSD-3-Clause",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "protobufjs",
"version": "7.3.2",
"version": "7.3.3",
"versionScheme": "~",
"description": "Protocol Buffers for JavaScript (& TypeScript).",
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",