Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 #107

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2023

Bumps peter-evans/create-pull-request from 4.2.4 to 5.0.0.

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v5.0.0

Behaviour changes

  • The action will no longer leave the local repository checked out on the pull request branch. Instead, it will leave the repository checked out on the branch or commit that it was when the action started.
  • When using add-paths, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run.

What's new

  • Adds input body-path, the path to a file containing the pull request body.
  • At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.
  • Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the add-paths input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.
  • The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables http_proxy, https_proxy and no_proxy.
  • Now sets the git safe.directory configuration for the local repository path. The configuration is removed when the action completes. Fixes issue peter-evans/create-pull-request#1170.
  • Now determines the git directory path using the git rev-parse --git-dir command. This allows users with custom repository configurations to use the action.
  • Improved handling of the team-reviewers input and associated errors.

News

🏆 create-pull-request won an award for "awesome action" at the Open Source Awards at GitHub Universe. Thank you for your support and for making create-pull-request one of the top used actions. Please give it a ⭐, or even buy me a coffee.

What's Changed

Full Changelog: peter-evans/create-pull-request@v4.2.4...v5.0.0

Commits
  • 5b4a9f6 v5 (#1792)
  • 1847e5d build(deps-dev): bump eslint from 8.36.0 to 8.37.0 (#1803)
  • c246f7e build(deps-dev): bump @​typescript-eslint/parser from 5.57.0 to 5.57.1 (#1801)
  • 2dd2b11 build(deps-dev): bump eslint-import-resolver-typescript (#1802)
  • 05d5a3c build(deps-dev): bump @​types/node from 18.15.10 to 18.15.11 (#1800)
  • 21479f2 build(deps-dev): bump ts-jest from 29.0.5 to 29.1.0 (#1799)
  • 36a56da build(deps-dev): bump @​typescript-eslint/parser from 5.56.0 to 5.57.0 (#1768)
  • b7f0c97 build(deps-dev): bump prettier from 2.8.6 to 2.8.7 (#1767)
  • 6a62596 build(deps): bump peter-evans/enable-pull-request-automerge from 2 to 3 (#1766)
  • d1ed29f build(deps-dev): bump @​types/node from 18.15.5 to 18.15.10 (#1765)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 5, 2023
@ankurdotb
Copy link
Contributor

@dependabot rebase

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4.2.4...v5.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/peter-evans/create-pull-request-5.0.0 branch from f6b32bc to 2a8b816 Compare April 5, 2023 13:57
@ankurdotb ankurdotb merged commit 433969d into main Apr 5, 2023
@ankurdotb ankurdotb deleted the dependabot/github_actions/peter-evans/create-pull-request-5.0.0 branch April 5, 2023 14:08
ankurdotb pushed a commit that referenced this pull request Apr 5, 2023
…#107)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4.2.4...v5.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ankurdotb pushed a commit that referenced this pull request Apr 5, 2023
…#107)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4.2.4...v5.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ankurdotb added a commit that referenced this pull request Apr 5, 2023
* Update .releaserc.json

* chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#85)

* build(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 (#87)

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.0 to 20.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v20.1.0...v20.1.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 (#86)

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (#88)

* chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 (#87)

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.0 to 20.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v20.1.0...v20.1.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 (#86)

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (#90)

* chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 18.14.6 to 18.15.3 (#92)

* chore(deps-dev): Bump @types/node from 18.14.6 to 18.15.3

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.6 to 18.15.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* ci(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#93)

chore(deps): Bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 (#94)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4.2.3...v4.2.4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* ci: Update cache cleanup (#106)

* ci: Update cache cleanup

* ci: Provide Github token to buf-setup-action

* Update README.md

* chore(deps): Bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 (#101)

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.15.1...v1.16.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 (#107)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v4.2.4...v5.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: Add cjs release

* feat: Revert to commonjs

* Merge branch 'main-cjs' into commonjs

* Update pull-request.yml

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DaevMithran <daevmithran1999@gmail.com>
@cheqd-bot
Copy link

cheqd-bot bot commented Apr 6, 2023

🎉 This PR is included in version 3.2.0-develop.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot
Copy link

cheqd-bot bot commented Apr 6, 2023

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@cheqd-bot cheqd-bot bot added the released label Apr 6, 2023
Eengineer1 added a commit that referenced this pull request Apr 2, 2024
* build!: Transition to ESM exports (#79)

* chore(release): 3.0.0-develop.1 [skip ci]

## [3.0.0-develop.1](https://github.com/cheqd/ts-proto/compare/2.0.1...3.0.0-develop.1) (2023-02-13)

### ⚠ BREAKING CHANGES

* Transition to ESM exports (#79)

### Build System

* Transition to ESM exports ([#79](https://github.com/cheqd/ts-proto/issues/79)) ([d0a59cc](https://github.com/cheqd/ts-proto/commit/d0a59cc03306e6e91184d226868ef2ce5ce66c1c))

* chore(release): 3.0.0 [skip ci]

## [3.0.0](https://github.com/cheqd/ts-proto/compare/2.0.1...3.0.0) (2023-02-13)

### ⚠ BREAKING CHANGES

* Transition to ESM exports (#79)

### Build System

* Transition to ESM exports ([#79](https://github.com/cheqd/ts-proto/issues/79)) ([d0a59cc](https://github.com/cheqd/ts-proto/commit/d0a59cc03306e6e91184d226868ef2ce5ce66c1c))

* feat: Switched to `esnext` as default tied latest (#81)

* chore(release): 3.1.0-develop.1 [skip ci]

## [3.1.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.0.0...3.1.0-develop.1) (2023-02-14)

### Features

* Switched to `esnext` as default tied latest ([#81](https://github.com/cheqd/ts-proto/issues/81)) ([097ee07](https://github.com/cheqd/ts-proto/commit/097ee0709b9a24c14070dd8282f305da51293dd0))

* chore(release): 3.1.0 [skip ci]

## [3.1.0](https://github.com/cheqd/ts-proto/compare/3.0.0...3.1.0) (2023-02-14)

### Features

* Switched to `esnext` as default tied latest ([#81](https://github.com/cheqd/ts-proto/issues/81)) ([097ee07](https://github.com/cheqd/ts-proto/commit/097ee0709b9a24c14070dd8282f305da51293dd0))

* build: Switch index exports (#83)

* chore(release): 3.1.0-develop.2 [skip ci]

## [3.1.0-develop.2](https://github.com/cheqd/ts-proto/compare/3.1.0-develop.1...3.1.0-develop.2) (2023-02-14)

* fix: Resolved conflicting spaces in md

* chore(release): 3.1.1-develop.1 [skip ci]

## [3.1.1-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.0...3.1.1-develop.1) (2023-02-15)

### Bug Fixes

* Resolved conflicting spaces in md ([db80e2c](https://github.com/cheqd/ts-proto/commit/db80e2c15a3e4aa80173c16a4a36e8fa1623c3ce))

* docs: Fix Markdown error in changelog

* chore(release): 3.1.1 [skip ci]

## [3.1.1](https://github.com/cheqd/ts-proto/compare/3.1.0...3.1.1) (2023-02-15)

* chore(no-release): Bump package lock

* chore: Bump package lock

* chore(release): 3.1.2-develop.1 [skip ci]

## [3.1.2-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.1...3.1.2-develop.1) (2023-02-15)

### Bug Fixes

* Resolved conflicting spaces in md ([db80e2c](https://github.com/cheqd/ts-proto/commit/db80e2c15a3e4aa80173c16a4a36e8fa1623c3ce))

* chore(deps-dev): Bump @types/node from 18.13.0 to 18.14.0 (#85)

* build(deps-dev): Bump @types/node from 18.13.0 to 18.14.0

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.13.0 to 18.14.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.1.2 [skip ci]

## [3.1.2](https://github.com/cheqd/ts-proto/compare/3.1.1...3.1.2) (2023-02-20)

### Bug Fixes

* Resolved conflicting spaces in md ([db80e2c](https://github.com/cheqd/ts-proto/commit/db80e2c15a3e4aa80173c16a4a36e8fa1623c3ce))

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 (#87)

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.0 to 20.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.0...v20.1.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 (#86)

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (#88)

* chore(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1 (#87)

* chore(deps-dev): Bump semantic-release from 20.1.0 to 20.1.1

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.0 to 20.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.0...v20.1.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6 (#86)

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps-dev): Bump @types/node from 18.14.0 to 18.14.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.0 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build: Regenerate Protobufs using Buf v1.15 (#89)

build: Bump buf.build to v1.15

* chore(release): 3.1.3-develop.1 [skip ci]

## [3.1.3-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.2...3.1.3-develop.1) (2023-03-09)

* chore(release): 3.1.3 [skip ci]

## [3.1.3](https://github.com/cheqd/ts-proto/compare/3.1.2...3.1.3) (2023-03-09)

* chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (#90)

* chore(deps): Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.15.0...v1.15.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.1.4-develop.1 [skip ci]

## [3.1.4-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.3...3.1.4-develop.1) (2023-03-15)

* chore(deps-dev): Bump @types/node from 18.14.6 to 18.15.3 (#92)

* chore(deps-dev): Bump @types/node from 18.14.6 to 18.15.3

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.6 to 18.15.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.1.4 [skip ci]

## [3.1.4](https://github.com/cheqd/ts-proto/compare/3.1.3...3.1.4) (2023-03-15)

* ci(deps): Bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 (#93)

chore(deps): Bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 (#94)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3 (#95)

* chore(deps-dev): Bump semantic-release from 20.1.1 to 20.1.3

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.1 to 20.1.3.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.1...v20.1.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.1.5-develop.1 [skip ci]

## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-03-22)

* ci: Update cache cleanup (#106)

* ci: Update cache cleanup

* ci: Provide Github token to buf-setup-action

* Update README.md

* chore(deps): Bump bufbuild/buf-setup-action from 1.15.1 to 1.16.0 (#101)

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.15.1...v1.16.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 (#107)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.4 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: Update package lock

* chore(release): 3.1.5-develop.1 [skip ci]

## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-05)

* chore: Update package lock

* chore(release): 3.1.5-develop.1 [skip ci]

## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-05)

* Update .releaserc.json

* docs: Fix CHANGELOG.md

* chore(release): 3.1.5-develop.1 [skip ci]

## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-05)

* ci: Set new branch

* build: Regenerate for new Buf packages (#111)

* chore(release): 3.1.5-develop.1 [skip ci]

## [3.1.5-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.1.5-develop.1) (2023-04-06)

* feat: Regenerated Protobufs

* chore(release): 3.2.0-develop.1 [skip ci]

## [3.2.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.1.4...3.2.0-develop.1) (2023-04-06)

### Features

* Regenerated Protobufs ([73bf174](https://github.com/cheqd/ts-proto/commit/73bf174616490c7924b47c5ab97cf8bbc10c63a8))

* chore(deps-dev): Bump semantic-release from 20.1.3 to 21.0.1 (#103)

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.3 to 21.0.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.3...v21.0.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/changelog from 6.0.2 to 6.0.3 (#100)

* chore(deps-dev): Bump @semantic-release/changelog from 6.0.2 to 6.0.3

Bumps [@semantic-release/changelog](https://github.com/semantic-release/changelog) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/semantic-release/changelog/releases)
- [Commits](https://github.com/semantic-release/changelog/compare/v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: "@semantic-release/changelog"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update http.ts

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/npm from 9.0.2 to 10.0.2 (#97)

Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 9.0.2 to 10.0.2.
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](https://github.com/semantic-release/npm/compare/v9.0.2...v10.0.2)

---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 18.15.3 to 18.15.11 (#102)

* chore(deps-dev): Bump @types/node from 18.15.3 to 18.15.11

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.3 to 18.15.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bumo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump typescript from 4.9.5 to 5.0.2 (#96)

* chore(deps-dev): Bump typescript from 4.9.5 to 5.0.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump package

* Update package-lock.json

* Update package-lock.json

* Bump typescript

* Update .releaserc.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.2.0 [skip ci]

## [3.2.0](https://github.com/cheqd/ts-proto/compare/3.1.4...3.2.0) (2023-04-06)

### Features

* Regenerated Protobufs ([73bf174](https://github.com/cheqd/ts-proto/commit/73bf174616490c7924b47c5ab97cf8bbc10c63a8))

* chore(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0 (#116)

* chore(release): 3.2.0 [skip ci]

## [3.2.0](https://github.com/cheqd/ts-proto/compare/3.1.4...3.2.0) (2023-04-06)

### Features

* Regenerated Protobufs ([73bf174](https://github.com/cheqd/ts-proto/commit/73bf174616490c7924b47c5ab97cf8bbc10c63a8))

* chore(deps): Bump bufbuild/buf-setup-action from 1.16.0 to 1.17.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update dependabot.yml

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/npm from 10.0.2 to 10.0.3 (#115)

* chore(deps-dev): Bump @semantic-release/npm from 10.0.2 to 10.0.3

Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](https://github.com/semantic-release/npm/compare/v10.0.2...v10.0.3)

---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump typescript from 5.0.3 to 5.0.4 (#113)

* chore(deps-dev): Bump typescript from 5.0.3 to 5.0.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump loose-ts-check from 1.3.0 to 2.0.0 (#114)

Bumps [loose-ts-check](https://github.com/Gelio/loose-ts-check) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/Gelio/loose-ts-check/releases)
- [Changelog](https://github.com/Gelio/loose-ts-check/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Gelio/loose-ts-check/compare/v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: loose-ts-check
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump github/super-linter from 4 to 5 (#117)

Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
- [Commits](https://github.com/github/super-linter/compare/v4...v5)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump long from 5.2.1 to 5.2.3 (#118)

* chore(deps): Bump long from 5.2.1 to 5.2.3

Bumps [long](https://github.com/dcodeIO/long.js) from 5.2.1 to 5.2.3.
- [Release notes](https://github.com/dcodeIO/long.js/releases)
- [Commits](https://github.com/dcodeIO/long.js/compare/v5.2.1...v5.2.3)

---
updated-dependencies:
- dependency-name: long
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump semantic-release from 21.0.1 to 21.0.2 (#120)

* chore(deps-dev): Bump semantic-release from 21.0.1 to 21.0.2

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.0.1 to 21.0.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v21.0.1...v21.0.2)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/release-notes-generator from 10.0.3 to 11.0.1 (#122)

chore(deps-dev): Bump @semantic-release/release-notes-generator

Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 10.0.3 to 11.0.1.
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](https://github.com/semantic-release/release-notes-generator/compare/v10.0.3...v11.0.1)

---
updated-dependencies:
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci(deps): Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (#124)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.18.0 (#125)

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.17.0...v1.18.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 18.15.11 to 20.1.3 (#126)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 20.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 20.1.3 to 20.1.4 (#127)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.3 to 20.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.18.0 to 1.19.0 (#128)

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 20.1.4 to 20.2.3 (#129)

* chore(deps-dev): Bump @types/node from 20.1.4 to 20.2.3

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.4 to 20.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/github from 8.0.7 to 8.1.0 (#132)

* chore(deps-dev): Bump @semantic-release/github from 8.0.7 to 8.1.0

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.0.7 to 8.1.0.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v8.0.7...v8.1.0)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/release-notes-generator from 11.0.1 to 11.0.2 (#130)

* chore(deps-dev): Bump @semantic-release/release-notes-generator

Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 11.0.1 to 11.0.2.
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](https://github.com/semantic-release/release-notes-generator/compare/v11.0.1...v11.0.2)

---
updated-dependencies:
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @types/node from 20.2.3 to 20.2.5 (#131)

* chore(deps-dev): Bump @types/node from 20.2.3 to 20.2.5

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.3 to 20.2.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.21.0 (#138)

* chore(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.21.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.19.0 to 1.21.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.19.0...v1.21.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/github from 8.1.0 to 9.0.3 (#141)

Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.1.0 to 9.0.3.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v8.1.0...v9.0.3)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump @semantic-release/commit-analyzer from 9.0.2 to 10.0.1 (#142)

chore(deps-dev): Bump @semantic-release/commit-analyzer

Bumps [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) from 9.0.2 to 10.0.1.
- [Release notes](https://github.com/semantic-release/commit-analyzer/releases)
- [Commits](https://github.com/semantic-release/commit-analyzer/compare/v9.0.2...v10.0.1)

---
updated-dependencies:
- dependency-name: "@semantic-release/commit-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump conventional-changelog-conventionalcommits from 5.0.0 to 6.1.0 (#144)

chore(deps-dev): Bump conventional-changelog-conventionalcommits

Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog) from 5.0.0 to 6.1.0.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v5.0.0...conventional-changelog-conventionalcommits-v6.1.0)

---
updated-dependencies:
- dependency-name: conventional-changelog-conventionalcommits
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#143)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.23.1 (#146)

* chore(deps): Bump bufbuild/buf-setup-action from 1.21.0 to 1.23.1

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.21.0 to 1.23.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.21.0...v1.23.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump dev

* Update dispatch.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): Updated dependencies

* chore(release): 3.2.1 [skip ci]

## [3.2.1](https://github.com/cheqd/ts-proto/compare/3.2.0...3.2.1) (2023-07-04)

* build: Switch away from Buf.build remote (#153)

* Bump dependencies

* Switch away from BSR

* npm run build

* chore(release): 3.2.2-develop.1 [skip ci]

## [3.2.2-develop.1](https://github.com/cheqd/ts-proto/compare/3.2.1...3.2.2-develop.1) (2023-07-15)

* chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1 (#150)

* chore(deps-dev): Bump @types/node from 20.3.3 to 20.4.1

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.3 to 20.4.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump deps

* Update package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.2.2 [skip ci]

## [3.2.2](https://github.com/cheqd/ts-proto/compare/3.2.1...3.2.2) (2023-07-15)

* chore(deps): Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0 (#154)

* chore(deps): Bump bufbuild/buf-setup-action from 1.23.1 to 1.24.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.23.1...v1.24.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0 (#156)

* chore(deps): Bump bufbuild/buf-setup-action from 1.24.0 to 1.25.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump deps

* npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.2.3-develop.1 [skip ci]

## [3.2.3-develop.1](https://github.com/cheqd/ts-proto/compare/3.2.2...3.2.3-develop.1) (2023-07-31)

* chore: Update package lock

* chore(release): 3.2.3 [skip ci]

## [3.2.3](https://github.com/cheqd/ts-proto/compare/3.2.2...3.2.3) (2023-07-31)

* feat: Rebuild for upstream Protobuf changes (#159)

* chore(release): 3.3.0-develop.1 [skip ci]

## [3.3.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.2.3...3.3.0-develop.1) (2023-08-03)

### Features

* Rebuild for upstream Protobuf changes ([#159](https://github.com/cheqd/ts-proto/issues/159)) ([56d844a](https://github.com/cheqd/ts-proto/commit/56d844af43adb050866535bc1e39752a308298cc))

* chore: Update package lock for release

* chore(release): 3.3.0 [skip ci]

## [3.3.0](https://github.com/cheqd/ts-proto/compare/3.2.3...3.3.0) (2023-08-03)

### Features

* Rebuild for upstream Protobuf changes ([#159](https://github.com/cheqd/ts-proto/issues/159)) ([56d844a](https://github.com/cheqd/ts-proto/commit/56d844af43adb050866535bc1e39752a308298cc))

* build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.26.0 (#160)

* build(deps): Bump bufbuild/buf-setup-action from 1.25.0 to 1.25.1

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.25.0 to 1.25.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.25.0...v1.25.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Change to buf 1.26.0

* npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.3.1-develop.1 [skip ci]

## [3.3.1-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.0...3.3.1-develop.1) (2023-08-11)

* chore: Update package lock

* chore(release): 3.3.1 [skip ci]

## [3.3.1](https://github.com/cheqd/ts-proto/compare/3.3.0...3.3.1) (2023-08-11)

* chore(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1 (#166)

* build(deps): Bump bufbuild/buf-setup-action from 1.26.0 to 1.26.1

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* bump

* chore(deps-dev): Bump conventional-changelog-conventionalcommits from 6.1.0 to 7.0.1 (#170)

chore(deps-dev): Bump conventional-changelog-conventionalcommits

Bumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog) from 6.1.0 to 7.0.1.
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases)
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/.release-please-manifest.json)
- [Commits](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v6.1.0...conventional-changelog-conventionalcommits-v7.0.1)

---
updated-dependencies:
- dependency-name: conventional-changelog-conventionalcommits
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* revert: "chore(deps-dev): Bump conventional-changelog-conventionalcommits from 6.1.0 to 7.0.1 (#170)"

This reverts commit 0aa64821a1cc2a614159d57e4e3bc8acb90ba2b5.

* chore(deps): Bump actions/checkout from 3 to 4 (#174)

* chore(deps): Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build: Bump direct, indirect + major release deps

* chore(release): 3.3.2-develop.1 [skip ci]

## [3.3.2-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.1...3.3.2-develop.1) (2023-09-20)

* build: Pin LTS

* chore(release): 3.3.2-develop.2 [skip ci]

## [3.3.2-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.2-develop.1...3.3.2-develop.2) (2023-09-20)

* chore(release): v3.3.2

* chore(release): 3.3.2 [skip ci]

## [3.3.2](https://github.com/cheqd/ts-proto/compare/3.3.1...3.3.2) (2023-09-20)

* build: Bump semantic-release dev dependencies

* chore(release): 3.3.3-develop.1 [skip ci]

## [3.3.3-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.2...3.3.3-develop.1) (2023-09-26)

* build: Switch to angular preset for releaserc (#185)

* chore(release): 3.3.3-develop.2 [skip ci]

## [3.3.3-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.3-develop.1...3.3.3-develop.2) (2023-09-26)

* chore: Update package lock

* chore(release): 3.3.3 [skip ci]

## [3.3.3](https://github.com/cheqd/ts-proto/compare/3.3.2...3.3.3) (2023-09-26)

* build: Update releaserc config

* chore(release): 3.3.4 [skip ci]

## [3.3.4](https://github.com/cheqd/ts-proto/compare/3.3.3...3.3.4) (2023-09-26)

* build: Go back to conventionalcommits

* chore(release): 3.3.4-develop.1 [skip ci]

## [3.3.4-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.3...3.3.4-develop.1) (2023-09-26)

* fix: Releaserc config

* chore(release): 3.3.4-develop.2 [skip ci]

## [3.3.4-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.4-develop.1...3.3.4-develop.2) (2023-09-26)

### Bug Fixes

* Releaserc config ([0d8d255](https://github.com/cheqd/ts-proto/commit/0d8d255833a386b304d0f33065730e664b84f8fc))

* chore: Update package lock

* chore(release): 3.3.5 [skip ci]

## [3.3.5](https://github.com/cheqd/ts-proto/compare/3.3.4...3.3.5) (2023-09-26)

### Bug Fixes

* Releaserc config ([0d8d255](https://github.com/cheqd/ts-proto/commit/0d8d255833a386b304d0f33065730e664b84f8fc))

* chore: releaserc config

* build(deps): Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0 (#190)

* chore(deps): Bump bufbuild/buf-setup-action from 1.26.1 to 1.27.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.26.1...v1.27.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* package lock

* npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.3.6-develop.1 [skip ci]

## [3.3.6-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.5...3.3.6-develop.1) (2023-10-10)

* chore: Package lock

* chore(release): 3.3.6 [skip ci]

## [3.3.6](https://github.com/cheqd/ts-proto/compare/3.3.5...3.3.6) (2023-10-10)

* chore(deps-dev): Bump @types/node from 20.8.4 to 20.8.6 (#191)

* build(deps-dev): Bump @types/node from 20.8.4 to 20.8.6

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.4 to 20.8.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1 (#192)

* chore(deps): Bump bufbuild/buf-setup-action from 1.27.0 to 1.27.1

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.0...v1.27.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* lockfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build(deps): Bump actions/setup-node from 3 to 4 (#194)

* chore(deps): Bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* lockfile

* npm run build

* bufbuild

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.3.7-develop.1 [skip ci]

## [3.3.7-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.6...3.3.7-develop.1) (2023-11-01)

* chore: lockfile

* chore(release): 3.3.7 [skip ci]

## [3.3.7](https://github.com/cheqd/ts-proto/compare/3.3.6...3.3.7) (2023-11-01)

* chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.4.0 (#199)

* build(deps): Bump amannn/action-semantic-pull-request

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* lockfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump bufbuild/buf-setup-action from 1.27.2 to 1.28.1 (#201)

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.27.2 to 1.28.1.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.27.2...v1.28.1)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2 (#203)

* chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* lockfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(deps): Bump github/codeql-action from 2 to 3 (#204)

* chore(deps): Bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* lockfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* build: Updated npm run build for Protobufs (#205)

* lockfile

* npm run build

* chore(release): 3.3.8-develop.1 [skip ci]

## [3.3.8-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.7...3.3.8-develop.1) (2024-01-05)

* chore: Package lock

* chore(release): 3.3.8 [skip ci]

## [3.3.8](https://github.com/cheqd/ts-proto/compare/3.3.7...3.3.8) (2024-01-05)

* fix: Breaking build on 3.3.8

This reverts commit 54417ccbeb492c9d9b758ba3d80f200d7b9efd55.

* chore(release): 3.3.9-develop.1 [skip ci]

## [3.3.9-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.8...3.3.9-develop.1) (2024-01-05)

### Bug Fixes

* Breaking build on 3.3.8 ([72df27e](https://github.com/cheqd/ts-proto/commit/72df27ede8a20c31113767cf6fbd788727da7c6f))

* fix: No files generated by Buf.build inside NPM package [DEV-3499] (#206)

* fix: No files generated by Buf.build inside NPM package [DEV-3499]

* npm run build

* chore(release): 3.3.9-develop.2 [skip ci]

## [3.3.9-develop.2](https://github.com/cheqd/ts-proto/compare/3.3.9-develop.1...3.3.9-develop.2) (2024-01-05)

### Bug Fixes

* No files generated by Buf.build inside NPM package [DEV-3499] ([#206](https://github.com/cheqd/ts-proto/issues/206)) ([0e125c5](https://github.com/cheqd/ts-proto/commit/0e125c5d605b59f09fa3bba0488fde6a68db6fea))

* build: Downgrade bufbuild/buf-setup-action to 1.27.2

* chore(release): 3.3.9-develop.3 [skip ci]

## [3.3.9-develop.3](https://github.com/cheqd/ts-proto/compare/3.3.9-develop.2...3.3.9-develop.3) (2024-01-05)

* Revert "build: Downgrade bufbuild/buf-setup-action to 1.27.2"

This reverts commit 2642aa6b0bc8ba98ec1d0c6c84c680e49469825b.

* build: Glob pattern for files to publish in package.json [DEV-3499]

* chore(release): 3.3.9-develop.4 [skip ci]

## [3.3.9-develop.4](https://github.com/cheqd/ts-proto/compare/3.3.9-develop.3...3.3.9-develop.4) (2024-01-05)

### Reverts

* Revert "build: Downgrade bufbuild/buf-setup-action to 1.27.2" ([616edf5](https://github.com/cheqd/ts-proto/commit/616edf59c0d9466bfa97d808412ef7b50ed8a761))

* chore: Package lock

* chore(release): 3.3.9 [skip ci]

## [3.3.9](https://github.com/cheqd/ts-proto/compare/3.3.8...3.3.9) (2024-01-05)

### Bug Fixes

* Breaking build on 3.3.8 ([72df27e](https://github.com/cheqd/ts-proto/commit/72df27ede8a20c31113767cf6fbd788727da7c6f))
* No files generated by Buf.build inside NPM package [DEV-3499] ([#206](https://github.com/cheqd/ts-proto/issues/206)) ([0e125c5](https://github.com/cheqd/ts-proto/commit/0e125c5d605b59f09fa3bba0488fde6a68db6fea))

* Move to bigint from Long

* chore(deps-dev): Bump @types/node from 20.10.6 to 20.11.1 (#208)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Nikitin <andrew.nikitin@cheqd.io>

* chore(release): 3.4.0-develop.1 [skip ci]

## [3.4.0-develop.1](https://github.com/cheqd/ts-proto/compare/3.3.9...3.4.0-develop.1) (2024-01-16)

### Features

* Move to bigint from Long ([#209](https://github.com/cheqd/ts-proto/issues/209)) ([3469c70](https://github.com/cheqd/ts-proto/commit/3469c70a0954117eeae68c78d275f83de2aa6c63))

* build(deps-dev): Node v20 build + Bump semantic-release from 22.0.12 to 23.0.0 (#207)

* chore(deps-dev): Bump semantic-release from 22.0.12 to 23.0.0

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.12 to 23.0.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* node v20 switch

* npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.4.0-develop.2 [skip ci]

## [3.4.0-develop.2](https://github.com/cheqd/ts-proto/compare/3.4.0-develop.1...3.4.0-develop.2) (2024-01-16)

* chore: Package lock

* chore(release): 3.4.0 [skip ci]

## [3.4.0](https://github.com/cheqd/ts-proto/compare/3.3.9...3.4.0) (2024-01-16)

### Features

* Move to bigint from Long ([#209](https://github.com/cheqd/ts-proto/issues/209)) ([3469c70](https://github.com/cheqd/ts-proto/commit/3469c70a0954117eeae68c78d275f83de2aa6c63))

* build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 (#210)

* build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](https://github.com/bufbuild/buf-setup-action/compare/v1.28.1...v1.29.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update generate.yml

* Bump other workflows

* lockfile

* npm run build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>

* chore(release): 3.4.1-develop.1 [skip ci]

## [3.4.1-develop.1](https://github.com/cheqd/ts-proto/compare/3.4.0...3.4.1-develop.1) (2024-02-26)

* chore: Package lock

* chore(release): 3.4.1 [skip ci]

## [3.4.1](https://github.com/cheqd/ts-proto/compare/3.4.0...3.4.1) (2024-02-26)

* Holistic CJS rich output

* Adjusted imports

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Nikitin <andrew.nikitin@cheqd.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code released on @beta released
Development

Successfully merging this pull request may close these issues.

1 participant