From ea85800f9027485d444baa895ca4cb92c3346fdc Mon Sep 17 00:00:00 2001 From: Sean Rennie Date: Tue, 14 Nov 2023 07:38:36 +0000 Subject: [PATCH] bump version for testing CI publishing --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4e7c5..994b40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.5.0-beta.1] - 2023-11-14 + +### Added + +CI Script for publishing to Github npm registry + ## [0.4.1] - 2023-11-11 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index e9e9ae5..24e9236 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geodesy-wasm" -version = "0.4.1" +version = "0.5.0-alpha.1" keywords = ["geospatial", "geodesy", "cartography", "geography"] categories = ["science"] authors = ["Sean Rennie "]