Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #67 from oslllo/release-v2.0.0
Browse files Browse the repository at this point in the history
chore: release 2.0.0
  • Loading branch information
Ghustavh97 committed May 7, 2021
2 parents b8a0f0f + 25d20e3 commit d125a8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.0](https://www.github.com/oslllo/validator-exception/compare/v1.0.3...v2.0.0) (2021-05-07)


### ⚠ BREAKING CHANGES

* drop support for pre-packaged dist bundles and update to validator v2

### Features

* drop support for pre-packaged dist bundles and update to validator v2 ([b8a0f0f](https://www.github.com/oslllo/validator-exception/commit/b8a0f0f4acacf745bd99e184cd0e0a90475ddedb))

## [1.0.3] - 2021/4/21

### Updated
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.

2 changes: 1 addition & 1 deletion package.json
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oslllo-validator-exception",
"version": "1.0.3",
"version": "2.0.0",
"description": "All in one Javascript validator but throws an exception on false",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit d125a8c

Please sign in to comment.