Skip to content

Commit a19eb8e

Browse files
authored
Merge pull request #198 from thefrontside/release
Publish New Versions
2 parents 399f3d0 + 33ae163 commit a19eb8e

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed

.changes/align-ldap-schema.md

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

.changes/ldap-readme.md

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

.changes/ldap-types.md

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

package-lock.json

Lines changed: 1 addition & 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## \[0.5.0]
4+
5+
- feed ldap server uuid, cn directly to the low-level server api
6+
- [e797e34](https://github.com/thefrontside/simulacrum/commit/e797e34cebede30aa9b700bf8d2cd367d6bbc5f0) Simplify the LDAP schema on 2022-04-08
7+
- Add a README to the NPM package as well as an async api around an LDAP server
8+
resource
9+
- [399f3d0](https://github.com/thefrontside/simulacrum/commit/399f3d0fb6d166a0d122dec8445cb66c37da43ed) Prep API and README for testing article ([#200](https://github.com/thefrontside/simulacrum/pull/200)) on 2022-04-12
10+
- improve ldap types
11+
- [3939705](https://github.com/thefrontside/simulacrum/commit/39397056a7ba7731a9c253a312c0e277e37c8d91) improve ldap types ([#199](https://github.com/thefrontside/simulacrum/pull/199)) on 2022-04-12
12+
313
## \[0.4.0]
414

515
- ✨Simulated LDAP server now implements the root DSE response https://github.com/thefrontside/simulacrum/pull/193

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.4.0",
3+
"version": "0.5.0",
44
"description": "Run local LDAP server with specific users for local development and integration testing",
55
"main": "dist/index.js",
66
"bin": "bin/index.js",

0 commit comments

Comments
 (0)