Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fenying committed May 9, 2018
1 parent 6c32790 commit c1a6f4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes Logs

## v0.2.3

- Upgrade `@litert/core` to v0.6.0.

## v0.2.2

- Fixed: Error when creating text logger lacking `$trace` definition.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litert/logger",
"version": "0.2.2",
"version": "0.2.3",
"description": "A logs-recorder for LiteRT framework.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/litert/logger.js#readme",
"dependencies": {
"@litert/core": "^0.5.0"
"@litert/core": "^0.6.0"
},
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit c1a6f4b

Please sign in to comment.