Skip to content

Commit

Permalink
Merge pull request #13 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 authored May 6, 2021
2 parents d18af10 + a89fec0 commit bb8acba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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/compare/v1.1.1...v2.0.0) (2021-05-06)

### Breaking Changes

* drop support for pre-packaged dist bundles.

### Bug Fixes

* package breaking when process.env.NODE_ENV env variable is set ([d61d41a](https://www.github.com/oslllo/validator/commit/d61d41a6b93aeb1e9581212ffc58cfbd93a13baf))
* webpack browser build output location ([9449d8f](https://www.github.com/oslllo/validator/commit/9449d8f5f38bca5aeb5be41da73d87ce620d0de4))


### Miscellaneous Chores

* release 2.0.0 ([d18af10](https://www.github.com/oslllo/validator/commit/d18af1028fdfc0d27fa63f3fd99c1bcd042e1d47))

## [1.1.1] - 2021/4/1

### 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",
"version": "1.1.1",
"version": "2.0.0",
"description": "All in one Javascript validator",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit bb8acba

Please sign in to comment.