Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fhoering committed Feb 10, 2025
1 parent 69aadb4 commit 68c0455
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.1","cli":"1.0.1"}
{".":"1.0.2","cli":"1.0.2"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/criteo-forks/protobuf.js/compare/protobufjs-v1.0.1...protobufjs-v1.0.2) (2025-02-10)


### Bug Fixes

* update cli package names ([69aadb4](https://github.com/criteo-forks/protobuf.js/commit/69aadb4642bcae3db471d577832b262722ac45cb))

## [1.0.1](https://github.com/criteo-forks/protobuf.js/compare/protobufjs-v1.0.0...protobufjs-v1.0.1) (2025-02-10)


Expand Down
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/criteo-forks/protobuf.js/compare/protobufjs-cli-v1.0.1...protobufjs-cli-v1.0.2) (2025-02-10)


### Bug Fixes

* update cli package names ([69aadb4](https://github.com/criteo-forks/protobuf.js/commit/69aadb4642bcae3db471d577832b262722ac45cb))

## [1.0.1](https://github.com/criteo-forks/protobuf.js/compare/protobufjs-cli-v1.0.0...protobufjs-cli-v1.0.1) (2025-02-10)


Expand Down
2 changes: 1 addition & 1 deletion cli/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 cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@criteo/protobufjs-cli",
"description": "Translates between file formats and generates static code as well as TypeScript definitions.",
"version": "1.0.1",
"version": "1.0.2",
"author": "Daniel Wirtz <[email protected]>",
"repository": {
"type": "git",
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@criteo/protobufjs",
"version": "1.0.1",
"version": "1.0.2",
"versionScheme": "~",
"description": "Protocol Buffers for JavaScript (& TypeScript).",
"author": "Daniel Wirtz <[email protected]>",
Expand Down

0 comments on commit 68c0455

Please sign in to comment.