Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
siposdani87 authored and dsipos committed Oct 15, 2023
1 parent daed6aa commit 61425c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down

0 comments on commit 61425c2

Please sign in to comment.