Skip to content

Commit

Permalink
chore: release 2.0.2
Browse files Browse the repository at this point in the history
Release-As: 2.0.2
  • Loading branch information
Ghustavh97 committed Jan 3, 2022
1 parent ce901d8 commit 07c5884
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.2](https://www.github.com/oslllo/validator/compare/v1.1.1...v2.0.2) (2022-01-03)

### Miscellaneous Chores

* update dependencies ([ce901d8](https://www.github.com/oslllo/validator/commit/ce901d862798b520288e563023a5473a85b58dd7))

### [2.0.1](https://www.github.com/oslllo/validator/compare/v2.0.0...v2.0.1) (2021-09-05)


Expand Down
7 changes: 3 additions & 4 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oslllo-validator",
"version": "2.0.1",
"version": "2.0.2",
"description": "All in one Javascript validator",
"main": "src/index.js",
"scripts": {
Expand All @@ -23,8 +23,7 @@
],
"sideEffects": false,
"author": "Ghustavh Ehm <https://github.com/Ghustavh97>",
"contributors": [
{
"contributors": [{
"name": "Ghustavh Ehm",
"email": "Ghustavh97@gmail.com",
"url": "https://github.com/Ghustavh97"
Expand Down Expand Up @@ -74,4 +73,4 @@
"engines": {
"node": ">= 10.0"
}
}
}

0 comments on commit 07c5884

Please sign in to comment.