From c780c6772f75975dfae2432602aefe09784daa4a Mon Sep 17 00:00:00 2001 From: Evan Luo Date: Wed, 20 Nov 2024 23:04:57 -0500 Subject: [PATCH] chore(release): 1.3.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ff1bb..8a153ee 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. +### [1.3.2](https://github.com/evannotfound/omnivox-optimizer/compare/v1.3.1...v1.3.2) (2024-11-21) + ### [1.3.1](https://github.com/evannotfound/omnivox-optimizer/compare/v1.3.0...v1.3.1) (2024-11-21) ## 1.3.0 (2024-11-21) diff --git a/package.json b/package.json index 184ae6c..2bc4c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omnivox-optimizer", - "version": "1.3.1", + "version": "1.3.2", "homepage": "https://github.com/evannotfound/omnivox-optimizer", "license": "GPL-3.0", "author": "Evan Luo",