Skip to content

Commit b96e69d

Browse files
committed
chore(release): 2.6.0
1 parent e05b87d commit b96e69d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [2.6.0](https://github.com/ckpack/parameter/compare/v2.5.0...v2.6.0) (2021-10-08)
6+
7+
8+
### Features
9+
10+
* esbuild minify outfile ([e05b87d](https://github.com/ckpack/parameter/commit/e05b87d041e36764b00cc50f9df17c3c087173d6))
11+
* optimization rule type ([7c7f0c9](https://github.com/ckpack/parameter/commit/7c7f0c94e08e49e56c7f52a99041ab5e33ac4026))
12+
513
## [2.5.0](https://github.com/ckpack/parameter/compare/v2.4.0...v2.5.0) (2021-09-30)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ckpack/parameter",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "JSON validator for Node.js and browser",
55
"main": "cjs/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)