From 877b9d15df51549d3969f1c0eac69363e860e342 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 18 Aug 2024 00:48:21 +0000 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f88775c..9eacff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## 4.0.0 (2024-08-18) + ## [4.0.0-0](https://github.com/web-mech/badwords/compare/v3.0.4...v4.0.0-0) (2024-08-18) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 34087be..20ca917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bad-words", - "version": "4.0.0-0", + "version": "4.0.0", "description": "A javascript filter for bad words", "main": "dist/index.js", "type": "module",