fix: typo

change: do not add console output by default

feat: add GA for docs

refactor: move builtin to internal

refactor: relocate sentry sdk

feat: report events with ga

change: use http client session

fix: report GA events

change: sentry
This commit is contained in:
debugtalk
2021-11-22 16:23:47 +08:00
parent 9bc7932844
commit 45566f015c
30 changed files with 286 additions and 42 deletions

View File

@@ -1,5 +1,9 @@
# Release History
## v0.2.1 (2021-11-26)
- feat: report events with Google Analytics
## v0.2.0 (2021-11-19)
- feat: deploy mkdocs to github pages when PR merged