Skip to content

Commit cc510de

Browse files
committed
Bump version update changelog
1 parent 00845bf commit cc510de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## Next Version
44

5+
## 1.1.0
6+
57
#### Added
68

79
* Ability to request now playing artwork https://github.com/evandcoleman/node-appletv/pull/36 by @evandcoleman
810
* Support for wake, home, and volume commands https://github.com/evandcoleman/node-appletv/pull/38 by @evandcoleman
911

12+
[Commits](https://github.com/evandcoleman/node-appletv/compare/1.0.11...1.1.0)
13+
1014
## 1.0.11
1115

1216
#### Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-appletv",
3-
"version": "1.0.11",
3+
"version": "1.1.0",
44
"description": "A Node.js library for communicating with an Apple TV",
55
"homepage": "https://github.com/evandcoleman/node-appletv",
66
"bugs": "https://github.com/evandcoleman/node-appletv/issues",

0 commit comments

Comments
 (0)