Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-03-17)

### Features

* add ssr element + html ([b481d1e](b481d1e))
* add wasm compatibility ([5472f1f](5472f1f))
* first-day-of-week ([79ba47a](79ba47a))
* improve build and README ([d09b6fd](d09b6fd))
* improve specifity ([3ad30e7](3ad30e7))
* include ability for progressive enhancement ([7656db5](7656db5))
* make reactive ([0011866](0011866))
* setup GitHub and NPM ([5ba0a9a](5ba0a9a))
  • Loading branch information
semantic-release-bot committed Mar 17, 2024
1 parent b0db977 commit 0ae7693
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mariohamann/activity-graph",
"version": "0.0.11",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0ae7693

Please sign in to comment.