Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-07-03)

### Bug Fixes

* add escr ([8b73f0a](8b73f0a))

### Features

* add type definition for mangata ([2e3fcce](2e3fcce))

### BREAKING CHANGES

* split types pacakge into two packages
  • Loading branch information
semantic-release-bot committed Jul 3, 2023
1 parent 8b73f0a commit 76ad4d3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 1.0.0 (2023-07-03)


### Bug Fixes

* add escr ([8b73f0a](https://github.com/mangata-finance/types-definitions/commit/8b73f0a428e7d7593db4a5779d26494068c8d813))


### Features

* add type definition for mangata ([2e3fcce](https://github.com/mangata-finance/types-definitions/commit/2e3fcce90dad378bb692cea1d57cf2594d1d81cf))


### BREAKING CHANGES

* split types pacakge into two packages

# [1.0.0-rc.4](https://github.com/mangata-finance/types-definitions/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2023-07-03)


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": "@mangata-finance/type-definitions",
"version": "1.0.0-rc.4",
"version": "1.0.0",
"description": "Type definitions for Mangata Finance",
"type": "module",
"module": "./dist/index.js",
Expand Down

0 comments on commit 76ad4d3

Please sign in to comment.