From 0ae7693832f45c1b9bcaa3a6d446a2f010807b81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Mar 2024 14:44:30 +0000 Subject: [PATCH] v1.0.0 # 1.0.0 (2024-03-17) ### Features * add ssr element + html ([b481d1e](https://github.com/mariohamann/activity-graph/commit/b481d1eba81c70944e89dc30fa235e3463936fca)) * add wasm compatibility ([5472f1f](https://github.com/mariohamann/activity-graph/commit/5472f1f7711cc6dc6b258d53f22aad6b80ac34b8)) * first-day-of-week ([79ba47a](https://github.com/mariohamann/activity-graph/commit/79ba47af0fa018cbf78960565edfb38ddd638dc2)) * improve build and README ([d09b6fd](https://github.com/mariohamann/activity-graph/commit/d09b6fd5fc4b21bebd92a6381cd8abc40c238a86)) * improve specifity ([3ad30e7](https://github.com/mariohamann/activity-graph/commit/3ad30e7f90d685495d401427c68d83e023ffe252)) * include ability for progressive enhancement ([7656db5](https://github.com/mariohamann/activity-graph/commit/7656db5e7786c920422386dec7f75e61d007a931)) * make reactive ([0011866](https://github.com/mariohamann/activity-graph/commit/00118662ed00db5a50d7bd7239a4c35d98131943)) * setup GitHub and NPM ([5ba0a9a](https://github.com/mariohamann/activity-graph/commit/5ba0a9a591177074f60251112789e9db938ae983)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5e576a8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# 1.0.0 (2024-03-17) + + +### Features + +* add ssr element + html ([b481d1e](https://github.com/mariohamann/activity-graph/commit/b481d1eba81c70944e89dc30fa235e3463936fca)) +* add wasm compatibility ([5472f1f](https://github.com/mariohamann/activity-graph/commit/5472f1f7711cc6dc6b258d53f22aad6b80ac34b8)) +* first-day-of-week ([79ba47a](https://github.com/mariohamann/activity-graph/commit/79ba47af0fa018cbf78960565edfb38ddd638dc2)) +* improve build and README ([d09b6fd](https://github.com/mariohamann/activity-graph/commit/d09b6fd5fc4b21bebd92a6381cd8abc40c238a86)) +* improve specifity ([3ad30e7](https://github.com/mariohamann/activity-graph/commit/3ad30e7f90d685495d401427c68d83e023ffe252)) +* include ability for progressive enhancement ([7656db5](https://github.com/mariohamann/activity-graph/commit/7656db5e7786c920422386dec7f75e61d007a931)) +* make reactive ([0011866](https://github.com/mariohamann/activity-graph/commit/00118662ed00db5a50d7bd7239a4c35d98131943)) +* setup GitHub and NPM ([5ba0a9a](https://github.com/mariohamann/activity-graph/commit/5ba0a9a591177074f60251112789e9db938ae983)) diff --git a/package.json b/package.json index 1ffd2a1..ac3fad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mariohamann/activity-graph", - "version": "0.0.11", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite",