From 7c8e54db3caf88bd910a89ad662d8a23a2636779 Mon Sep 17 00:00:00 2001 From: ckvv Date: Thu, 30 Sep 2021 15:16:45 +0800 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1967f8c..11c284b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1a9a183..8fe1277 100644 --- a/package.json +++ b/package.json @@ -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",