diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3623d3..d3843684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ * -## 0.9.16 - TBD +## 0.9.16 - 2023-10-15 * Fix callback type of link helper methods * Remove pluck method from Collection diff --git a/package.json b/package.json index 4fa81c49..0a62207d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@siposdani87/sui-js", - "version": "0.9.16", + "version": "0.9.17", "description": "This is a lightweight FE framework. It is written in the TypeScript language. The codebase was documented with JSDoc and compiled with ESbuild advanced settings.", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/sonar-project.properties b/sonar-project.properties index b09f6407..5b1c6732 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.organization=siposdani87 sonar.projectKey=siposdani87_sui-js -sonar.projectVersion=0.9.16 +sonar.projectVersion=0.9.17 sonar.sources=src,styles sonar.exclusions=node_modules/*