Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Mar 1, 2023
1 parent c321b49 commit 3f85a2e
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.0.0
+ First commit
+ Add code
+ Fix jest watch for Semaphore
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/concatenate",
"version": "0.1.0",
"version": "1.0.0",
"description": "Concatenate two strings",
"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-concatenate
sonar.projectVersion=0.1.0
sonar.projectVersion=1.0.0
sonar.organization=sineverba
sonar.sources=src
sonar.exclusions=**/node_modules/**,src/__tests__/**
Expand Down

0 comments on commit 3f85a2e

Please sign in to comment.