Skip to content

Commit

Permalink
chore(release): 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Sep 30, 2021
1 parent caeaef0 commit 7c8e54d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.5.0](https://github.com/ckpack/parameter/compare/v2.4.0...v2.5.0) (2021-09-30)


### Features

* add object rule type ([caeaef0](https://github.com/ckpack/parameter/commit/caeaef008654f814b500c7b1c3aecac3fbe54016))

## [2.4.0](https://github.com/ckpack/parameter/compare/v2.3.0...v2.4.0) (2021-09-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckpack/parameter",
"version": "2.4.0",
"version": "2.5.0",
"description": "JSON validator for Node.js and browser",
"main": "cjs/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 7c8e54d

Please sign in to comment.