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

Commit ca26e94

Browse files
bumps for 2.0 release
1 parent eba9146 commit ca26e94

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
The changelog for BOKOR includes information about the each release including any update notes, release notes as well as bug fixes, updates to existing features and new features.
44

5+
---
6+
## 2.0.0
7+
8+
### Release Notes
9+
#### Added
10+
11+
- Migrated logging to Bunyan - thanks! [Erik Sutherland](https://github.com/MrRacoon)
12+
- Replaced deprecated istanbul with nyc for code coverage
13+
- Updated dependencies for security
14+
515
---
616
## 1.3.3
717

package.json

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