From a0193614447c7d17e63812ee17aea31d6b4beb11 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 25 Oct 2024 13:18:43 -0400 Subject: [PATCH] bump minor to 6.3 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847a846..e79f2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for stripes-util -## 6.2.0 IN PROGRESS +## 6.3.0 IN PROGRESS + +## [6.2.0](https://github.com/folio-org/stripes-util/tree/v6.2.0) (2024-10-11) +[Full Changelog](https://github.com/folio-org/stripes-util/compare/v6.1.0...v6.2.0) * Implement `escapeCqlWildcards` to escape ALL CQL wildcards. Refs STUTL-45, STUTL-33. diff --git a/package.json b/package.json index 7553df4..38a0102 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-util", - "version": "6.2.0", + "version": "6.3.0", "description": "A library of utility functions to support Stripes modules.", "license": "Apache-2.0", "repository": "folio-org/stripes-util",