Skip to content

Commit

Permalink
Merge pull request #27 from oslllo/release-v3.1.0
Browse files Browse the repository at this point in the history
chore: release 3.1.0
  • Loading branch information
Ghustavh97 committed Jul 16, 2022
2 parents fd0e86d + fdcb647 commit 0fdabcf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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).

## [3.1.0](https://www.github.com/oslllo/validator/compare/v2.0.1...v3.1.0) (2022-07-16)


### Features

* **test:** add v16 to tests ([012af9a](https://www.github.com/oslllo/validator/commit/012af9a2d1f12c30724ebfb8a767e5076b662184))


### Bug Fixes

* **coverage:** use node v16 ([c00406c](https://www.github.com/oslllo/validator/commit/c00406ca00caf803011bd45647d669fabe0f1ee2))
* **pkg:** update package-lock.json ([d0b3702](https://www.github.com/oslllo/validator/commit/d0b370282c081edd15a2f3d0816ddaf519a80c59))
* **scripts:** replace node_modules with npx ([90747cc](https://www.github.com/oslllo/validator/commit/90747ccaee12c8d2469c33af81fa913de4e13f1d))


### Miscellaneous Chores

* release 2.0.2 ([07c5884](https://www.github.com/oslllo/validator/commit/07c588441ea831777f6a5bbdec718db3e6324944))
* release 3.1.0 ([fd0e86d](https://www.github.com/oslllo/validator/commit/fd0e86d742b250a92837eee3895da0bd8658edcd))

## [3.0.0](https://www.github.com/oslllo/validator/compare/v2.0.2...v3.0.0) (2022-01-08)

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oslllo-validator",
"version": "3.0.0",
"version": "3.1.0",
"description": "All in one Javascript validator",
"main": "src/index.js",
"scripts": {
Expand All @@ -23,7 +23,8 @@
],
"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

0 comments on commit 0fdabcf

Please sign in to comment.