Skip to content

Commit 3d8856c

Browse files
author
Tony Crisci
committed
bump to version 0.10.2
See the CHANGELOG for more info
1 parent 414df2e commit 3d8856c

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.10.2
4+
5+
This is a hotfix release for a bug in the system message bus.
6+
7+
* Add default parameters object to system message bus constructor (#90)
8+
* Add missing flags to TypeScript definitions (#91)
9+
* Add parameters object to system bus TypeScript definitions (#92)
10+
311
## v0.10.1
412

513
This release includes 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.10.1",
3+
"version": "0.10.2",
44
"keywords": [
55
"dbus",
66
"dcop",

0 commit comments

Comments
 (0)