Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 11, 2021
1 parent b598f6c commit f4b858f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelong

## Unreleased
## 0.5.0

- Adds polling capabilities to reload the configuration periodically in when
running in server mode.
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/chartcuterie",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",
"homepage": "https://github.com/getsentry/chartcuterie",
"bin": {
Expand All @@ -12,7 +12,13 @@
"build": "tsc",
"watch": "tsc-watch"
},
"files": ["lib/**/*", "fonts/**/*", "package.json", "LICENSE", "README"],
"files": [
"lib/**/*",
"fonts/**/*",
"package.json",
"LICENSE",
"README"
],
"dependencies": {
"@sentry/node": "^6.2.0",
"@types/echarts": "^4.9.3",
Expand Down

0 comments on commit f4b858f

Please # to comment.