diff --git a/explorer/CHANGELOG.md b/explorer/CHANGELOG.md new file mode 100644 index 0000000000..2334d7de24 --- /dev/null +++ b/explorer/CHANGELOG.md @@ -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 + + + +[#2017]: https://github.com/dusk-network/rusk/issues/2017 + + + +[Unreleased]: https://github.com/dusk-network/rusk/tree/master/explorer +[0.1.0]: https://github.com/dusk-network/rusk/tree/explorer-0.1.0 diff --git a/explorer/package.json b/explorer/package.json index 7edf7823d3..822921294b 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -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",