Skip to content

Commit

Permalink
chore: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Oighty committed Jul 17, 2024
1 parent cef9e84 commit 5571cef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.9.0

- Split periphery (callbacks) contracts out into a new repository: `axis-fi/axis-periphery`
- Split some scripts out into a new repository: `axis-fi/axis-utils`
- Use soldeer instead of git submodules for external dependencies
- Change absolute imports to relative imports so that it can be used as a dependency

## 0.5.1

- Migrates all dependencies over to soldeer packages and away from git submodules (#222)
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": "axis-core",
"version": "1.0.0",
"version": "0.9.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 5571cef

Please sign in to comment.