Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghustavh97 committed Apr 1, 2021
1 parent fc8465b commit 882e806
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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).

## [1.1.1] - 2021/4/1

### Updated

- Updated dependencies.

## [1.1.0] - 2020/12/12

### Added
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oslllo-validator",
"version": "1.1.0",
"version": "1.1.1",
"description": "All in one Javascript validator",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -28,8 +28,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 @@ -79,4 +78,4 @@
"engines": {
"node": ">= 10.0"
}
}
}

0 comments on commit 882e806

Please sign in to comment.