Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Jul 27, 2023
1 parent 2d910ba commit 9dccf83
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
@@ -1,4 +1,4 @@
# Next version
# 1.1.0
+ Upgrade dependencies

## 1.0.0
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": "@sineverba/unique-keys",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generate unique keys for an array",
"main": "dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=npm-pkg-unique-keys
sonar.projectVersion=1.0.0
sonar.projectVersion=1.1.0
sonar.organization=sineverba
sonar.sources=src
sonar.exclusions=**/node_modules/**,src/__tests__/**
Expand Down

0 comments on commit 9dccf83

Please sign in to comment.