Skip to content

Commit e3cd91e

Browse files
authored
Merge pull request #15 from oslllo/release-v2.0.1
chore: release 2.0.1
2 parents 237682f + 930d320 commit e3cd91e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
### [2.0.1](https://www.github.com/oslllo/validator/compare/v2.0.0...v2.0.1) (2021-09-05)
9+
10+
11+
### Bug Fixes
12+
13+
* vulnerabilities ([237682f](https://www.github.com/oslllo/validator/commit/237682fb4feb8f2d38c2ca96c5b440ca2be5a9d8))
14+
815
## [2.0.0](https://www.github.com/oslllo/validator/compare/v1.1.1...v2.0.0) (2021-05-06)
916

1017
### Breaking Changes

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": "oslllo-validator",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "All in one Javascript validator",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)