From b16456894d0ffcac6b5eceaed7263382ac4fb676 Mon Sep 17 00:00:00 2001 From: Quentin Laffont Date: Sat, 13 Jul 2024 15:45:42 +0000 Subject: [PATCH] chore(release): 1.3.37 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a692ef6..cc40d55 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.37 (2024-07-13) + ### 1.3.36 (2024-07-10) ### 1.3.35 (2024-07-10) diff --git a/package.json b/package.json index d5c8e50..3937bc3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.36", + "version": "1.3.37", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",