Skip to content

Commit

Permalink
chore: prepare release 0.10.3 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Jul 20, 2023
1 parent aee1c25 commit 8f0cfb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.10.3](https://github.com/lukso-network/lsp-smart-contracts/compare/v0.10.2...v0.10.3) (2023-07-20)

### Bug Fixes

- Repair problem in package.json where require/import was swapped. Add in export of package.json ([4e38d39](https://github.com/lukso-network/lsp-smart-contracts/commit/4e38d39a82ef0e53cd5fcd4bbc5b0e4d4454993d))

## [0.10.2](https://github.com/lukso-network/lsp-smart-contracts/compare/v0.10.1...v0.10.2) (2023-06-13)

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions 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": "@lukso/lsp-smart-contracts",
"version": "0.10.2",
"version": "0.10.3",
"description": "The reference implementation for universal profiles smart contracts",
"directories": {
"test": "test"
Expand Down

0 comments on commit 8f0cfb2

Please sign in to comment.