Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 9, 2022
1 parent 22b994a commit 4e00678
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.5.2](https://github.com/georgejecook/roku-log-bsc-plugin/compare/0.5.1...0.5.2)
#### [0.5.4](https://github.com/georgejecook/roku-log-bsc-plugin/compare/0.5.1...0.5.4)

- update to bsc 0.49.0 [`#6`](https://github.com/georgejecook/roku-log-bsc-plugin/pull/6)
- adds comments indicating ASTEdits [`#4`](https://github.com/georgejecook/roku-log-bsc-plugin/pull/4)
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roku-log-bsc-plugin",
"version": "0.5.3",
"version": "0.5.4",
"description": "Visual studio plugin for roku logger",
"files": [
"dist/**/!(*.spec.*)*"
Expand All @@ -26,7 +26,7 @@
"@types/sinon": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"brighterscript": "0.49.0",
"brighterscript": "^0.49.0",
"chai": "^4.2.0",
"chai-files": "^1.4.0",
"chai-subset": "^1.6.0",
Expand All @@ -48,7 +48,7 @@
"undent": "^0.1.0"
},
"peerDependencies": {
"brighterscript": "0.49.0"
"brighterscript": "^0.49.0"
},
"scripts": {
"preversion": "npm run build && npm run test && npm run lint",
Expand Down

0 comments on commit 4e00678

Please sign in to comment.