From d2f9ac42a9c8197642a45b7aab361d8ecf5ded8d Mon Sep 17 00:00:00 2001 From: Gili Tzabari Date: Mon, 4 Dec 2023 09:02:16 -0500 Subject: [PATCH] Released version 3.3.3 --- README.md | 4 ++-- docs/Changelog.md | 4 ++++ package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb21055..f1e5a62 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ A [fluent API](https://en.wikipedia.org/wiki/Fluent_interface) for enforcing To get started, add this dependency: ```shell -npm install --save @cowwoc/requirements@3.3.2 +npm install --save @cowwoc/requirements@3.3.3 ``` or [pnpm](https://pnpm.io/): ```shell -pnpm add @cowwoc/requirements@3.3.2 +pnpm add @cowwoc/requirements@3.3.3 ``` The contents of the API classes depend on which [modules](wiki/Supported_Libraries.md) are enabled. diff --git a/docs/Changelog.md b/docs/Changelog.md index 806968e..4de61aa 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,10 @@ Minor updates involving cosmetic changes have been omitted from this list. See https://github.com/cowwoc/requirements.java/commits/master for a full list. +## Version 3.3.3 - 2023/12/04 + +* Bugfix: 3.3.2 release was missing browser files + ## Version 3.3.2 - 2023/11/30 * Bugfix: Assertions were being thrown if class names were changed code minifiers. diff --git a/package.json b/package.json index 9afaac4..9926047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cowwoc/requirements", - "version": "3.3.2", + "version": "3.3.3", "keywords": [ "preconditions", "postconditions",