Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit a4bdcbb

Browse files
committed
Release v1.0.2
1 parent 9884679 commit a4bdcbb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Makefile
33
deps
44
docs
55
test
6-
tools
6+
tools
7+
coverage

CHANGES.md

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

3+
## 1.0.2
4+
5+
- Update dtrace-provider dependency
6+
37
## 1.0.1
48

59
- Update dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"name": "ldapjs",
1515
"homepage": "http://ldapjs.org",
1616
"description": "LDAP client and server APIs",
17-
"version": "1.0.1",
17+
"version": "1.0.2",
1818
"license": "MIT",
1919
"repository": {
2020
"type": "git",
@@ -40,7 +40,7 @@
4040
"verror": "^1.8.1"
4141
},
4242
"optionalDependencies": {
43-
"dtrace-provider": "^0.7.0"
43+
"dtrace-provider": "~0.8"
4444
},
4545
"devDependencies": {
4646
"node-uuid": "^1.4.7",

0 commit comments

Comments
 (0)