Skip to content

Commit

Permalink
Released version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Dec 4, 2023
1 parent 4283247 commit d2f9ac4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
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": "@cowwoc/requirements",
"version": "3.3.2",
"version": "3.3.3",
"keywords": [
"preconditions",
"postconditions",
Expand Down

0 comments on commit d2f9ac4

Please sign in to comment.