Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sineverba committed Jan 7, 2023
1 parent 94c89fa commit 9116055
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Next version
# 1.2.0
+ Refactor Semaphore
+ Upgrade dependencies + Dropped support for Node 10

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "shortfield",
"version": "1.1.1",
"version": "1.2.0",
"description": "Make short a long string, concatenated with three dots",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,5 +1,5 @@
sonar.projectKey=npm-pkg-shortfield
sonar.projectVersion=1.1.1
sonar.projectVersion=1.2.0
sonar.organization=sineverba
sonar.sources=./index.js
sonar.exclusions=test/**
Expand Down

0 comments on commit 9116055

Please sign in to comment.