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

Commit ffe6086

Browse files
prep for bug fix release
1 parent cdb1644 commit ffe6086

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ The changelog for BOKOR includes information about the each release including an
44

55

66
---
7-
## 1.0.1
7+
8+
## 1.1.1
89

910
### Release Notes
10-
#### Added
11+
#### Fixed
1112

12-
- I AM BORN!
13+
- Allow multiple values to be substituted from the same key
1314

15+
---
1416

1517
## 1.1.0
1618

@@ -19,3 +21,12 @@ The changelog for BOKOR includes information about the each release including an
1921

2022
- Relative Dates Time objects! Ability to have dynamic mocked date time values.
2123
- Ability to turn off the admin server via configuration.
24+
25+
---
26+
27+
## 1.0.1
28+
29+
### Release Notes
30+
#### Added
31+
32+
- I AM BORN!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bokor",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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)