Skip to content

Commit

Permalink
Merge pull request #2018 from dusk-network/feature-2017
Browse files Browse the repository at this point in the history
explorer: Bump version to 0.1.0 and add CHANGELOG file
  • Loading branch information
kieranhall authored Jul 25, 2024
2 parents 7a11bb1 + aed4c04 commit 72a419f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2024-07-24

### Added

- Create release for explorer module and add changelog file

<!-- ISSUES -->

[#2017]: https://github.com/dusk-network/rusk/issues/2017

<!-- VERSIONS -->

[Unreleased]: https://github.com/dusk-network/rusk/tree/master/explorer
[0.1.0]: https://github.com/dusk-network/rusk/tree/explorer-0.1.0
2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typecheck:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --fail-on-warnings"
},
"type": "module",
"version": "0.0.0",
"version": "0.1.0",
"dependencies": {
"@floating-ui/dom": "1.6.5",
"@mdi/js": "7.4.47",
Expand Down

0 comments on commit 72a419f

Please sign in to comment.