Skip to content

Commit 1564926

Browse files
publish new versions (#155)
# Version Updates Merging this PR will bump all of the applicable packages based on your change files. # @simulacrum/ldap-simulator ## [0.2.0] - Add an ldap processor implementation. - [8e0c460](8e0c460) Simple LDAP Simulator ([#154](#154)) on 2021-10-19
1 parent 8e0c460 commit 1564926

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.changes/add-ldap-processor.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ldap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## \[0.2.0]
4+
5+
- Add an ldap processor implementation.
6+
- [8e0c460](https://github.com/thefrontside/simulacrum/commit/8e0c4608c40243f15299eede6c3539bb1b82ff87) Simple LDAP Simulator ([#154](https://github.com/thefrontside/simulacrum/pull/154)) on 2021-10-19

packages/ldap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/ldap-simulator",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Simulate an LDAP server",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",

0 commit comments

Comments
 (0)