Skip to content

Commit 66004dc

Browse files
author
Tony Crisci
committed
bump to version 0.8.2
See the CHANGELOG for more information.
1 parent 609c7d8 commit 66004dc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.8.2
4+
5+
This release includes some bug fixes.
6+
7+
* Include the TypeScript typings file in the package (#44)
8+
* Add some fixes for TypeScript types (#45, #46, #47)
9+
* Support unmarshalling messages in big endian (#36, #48)
10+
311
## v0.8.1
412

513
This release contains bugfixes and new features.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbus-next",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"keywords": [
55
"dbus",
66
"dcop",

0 commit comments

Comments
 (0)