From aed4c04c12b95e93c30617ae079f059c3bd38cbf Mon Sep 17 00:00:00 2001 From: Kieran Hall Date: Wed, 24 Jul 2024 15:31:12 +0200 Subject: [PATCH] Bump version to 0.1.0 and add CHANGELOG file Resolves #2017 --- explorer/CHANGELOG.md | 23 +++++++++++++++++++++++ explorer/package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 explorer/CHANGELOG.md 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",