Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 322991b

Browse files
udpates for 1.1.0
1 parent 5438ac9 commit 322991b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ The changelog for BOKOR includes information about the each release including an
44

55

66
---
7-
## 1.0.1
7+
## 1.0.1
88

99
### Release Notes
1010
#### Added
1111

1212
- I AM BORN!
13+
14+
15+
## 1.1.0
16+
17+
### Release Notes
18+
#### Added
19+
20+
- Relative Dates Time objects! Ability to have dynamic mocked date time values.
21+
- Ability to turn off the admin server via configuration.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bokor",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Bokor is a simple, Record and Playback Mock Server written in Node.js, utilized for Service Virtualization.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)