Skip to content

Commit de69418

Browse files
committed
update version to 2.2.0-rc1
1 parent 3465aa3 commit de69418

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### 2.2.0-rc1 (Sprint 1)
4+
- exact phrase search using double quotes
5+
36
### 2.1.0
47
- wildcard search using "*" and "?"
58
- AppConfig to manage hierarchical environment variables and all default values for environment variables

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cve-core",
3-
"version": "2.1.0",
3+
"version": "2.2.0-rc1",
44
"description": "CVE npm package for working with CVEs",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)