Skip to content

Commit a61dd4b

Browse files
committed
update changelog for release
1 parent af5beb9 commit a61dd4b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# node-ldapauth Changelog
22

3-
## 2.0.0
3+
## 2.0.0 (not yet released)
44

5+
- Add `make check` for checking jsstyle.
56
- [issue #1] Update to bcrypt 0.5. This means increasing the base node from 0.4
67
to 0.6, hence the major version bump.
78

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,16 @@ MIT. See "LICENSE" file.
6464
callback(err, user)
6565
});
6666
});
67+
68+
69+
# Development
70+
71+
Check coding style before commit:
72+
73+
make check
74+
75+
To cut a release (tagging, npm publish, etc., see
76+
<https://github.com/trentm/cutarelease> for details):
77+
78+
make cutarelease
79+

0 commit comments

Comments
 (0)