Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Post Release: update CHANGELOG and example (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Feb 13, 2019
1 parent cde6f60 commit 82b26d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.

## Unreleased


## 0.0.9 - 2019-02-12
- Add Metrics API.
- Add Resource API.
- Add Tags API.
Expand Down
4 changes: 2 additions & 2 deletions examples/stats/web_client_monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"lint": "npm run lint"
},
"dependencies": {
"@opencensus/core": "0.0.8",
"@opencensus/exporter-stackdriver": "0.0.8",
"@opencensus/core": "0.0.9",
"@opencensus/exporter-stackdriver": "0.0.9",
"express": "^4.16.3"
}
}

0 comments on commit 82b26d2

Please sign in to comment.