Skip to content

Commit

Permalink
📚 update CHANGELOG.md, and 📦 bump version number from 0.1.0-alpha to …
Browse files Browse the repository at this point in the history
…0.2.0-alpha
  • Loading branch information
simplymichael committed Dec 16, 2023
1 parent a454dae commit 77f6735
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
### 0.1.0-alpha
### 0.2.0-alpha (2023-12-16)

##### New Features

* add support for commonjs `require` ([d414c238](https://github.com/simplymichael/smart-form-validator/commit/d414c2382e81b434678d2e2968b89a1fa9f4ec72))

### 0.1.0-alpha (2023-12-15)
Initial alpha release.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-form-validator",
"version": "0.1.0-alpha",
"version": "0.2.0-alpha",
"description": "A highly customizable, \"somewhat\" declarative form validator.",
"main": "dist/cjs/smart-form-validator.js",
"module": "dist/esm/smart-form-validator.js",
Expand Down

0 comments on commit 77f6735

Please sign in to comment.