Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0](3.4.4...4.0.0) (2024-11-21)

### ⚠ BREAKING CHANGES

* v3.x typings

### Bug Fixes

* Added deep exports + conventional namings ([92858b3](92858b3))
* Added relevant directories ([b140b1d](b140b1d))

### Build System

* v3.x typings ([11aa4dc](11aa4dc))
  • Loading branch information
semantic-release-bot committed Nov 21, 2024
1 parent 257de96 commit 1607f47
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.0.0](https://github.com/cheqd/ts-proto/compare/3.4.4...4.0.0) (2024-11-21)

### ⚠ BREAKING CHANGES

* v3.x typings

### Bug Fixes

* Added deep exports + conventional namings ([92858b3](https://github.com/cheqd/ts-proto/commit/92858b3e27f8cb445529f43dbf3a15a745f5aee9))
* Added relevant directories ([b140b1d](https://github.com/cheqd/ts-proto/commit/b140b1de064a0a5cbfbdf2d29de9b97ead384d3c))

### Build System

* v3.x typings ([11aa4dc](https://github.com/cheqd/ts-proto/commit/11aa4dc36ef0abdd63656d27361d5d0cd03844e1))

## [4.0.0-develop.3](https://github.com/cheqd/ts-proto/compare/4.0.0-develop.2...4.0.0-develop.3) (2024-11-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheqd/ts-proto",
"version": "4.0.0-develop.3",
"version": "4.0.0",
"description": "A TypeScript package for all transpiled cheqd ProtoBuf definitions.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 1607f47

Please sign in to comment.