Unverified Commit bcc74f0d authored by Dan Jones's avatar Dan Jones
Browse files

chore: set version to valid semver format

parent 0db38248
Pipeline #113976 passed with stages
in 57 seconds
...@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
## [v0.1] - 2023-03-24 ## [v0.1.0] - 2023-03-24
### Added ### Added
...@@ -26,5 +26,5 @@ Create a soar protocol instance ...@@ -26,5 +26,5 @@ Create a soar protocol instance
- implement retreive schema version by tag/branch/commitref - implement retreive schema version by tag/branch/commitref
- override methods to handle soar message structure - override methods to handle soar message structure
[v0.1]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript/compare/a8eef21a...v0.1 [v0.1]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript/compare/a8eef21a...v0.1.0
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript/compare/v0.1...dev [unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript/compare/v0.1.0...dev
{ {
"name": "@noc-comms-backbone/backbone-adapter-javascript", "name": "@noc-comms-backbone/backbone-adapter-javascript",
"version": "0.1", "version": "0.1.0",
"private": true, "private": true,
"contributors": [ "contributors": [
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment