From 11c70a28ad9d82b8b89b2e5d9098a1ea7389f187 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Sat, 27 Apr 2024 14:54:12 -0300 Subject: [PATCH] v4.3.0 --- changelog.md | 6 ++++++ package.json | 2 +- src/raty.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 50e0440..4006260 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +## v4.3.0 + +### Update + +- Adds missing builded files + ## v4.2.0 ### Update diff --git a/package.json b/package.json index 079938b..d389461 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,5 @@ "test": "jest", "watch": "gulp watch" }, - "version": "4.2.0" + "version": "4.3.0" } diff --git a/src/raty.js b/src/raty.js index a038cfa..ecdb7bd 100644 --- a/src/raty.js +++ b/src/raty.js @@ -3,7 +3,7 @@ * * author: Washington Botelho * github: wbotelhos/raty - * version: 4.2.0 + * version: 4.3.0 */ class Raty { /**