diff --git a/docs-md/changelog.md b/docs-md/changelog.md index 4499a14..98df1a8 100644 --- a/docs-md/changelog.md +++ b/docs-md/changelog.md @@ -5,7 +5,8 @@ id: changelog # Changelog -##### 4.3.3 +##### 4.3.4 +- Trying to fix some publish workflow issue - Some changes to bundling - Replace eslint and prettier with biome diff --git a/package.json b/package.json index 8cfe33e..4acf22e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-utils-pkg", - "version": "4.3.3", + "version": "4.3.4", "description": "A package of commonly used JavaScript utilities.", "keywords": ["utilities", "npm", "module", "javascript", "es6", "functions"], "homepage": "https://common-utils-pkg.js.org/",