Skip to content

Commit

Permalink
Merge pull request #43 from sineverba/release-2.2.0
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
sineverba committed Dec 22, 2023
2 parents 7d5857c + c651842 commit 69c73eb
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
# 2.2.0
+ Upgrade dependencies
+ Change `var` to `const` in tests

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/date-convert",
"version": "2.1.0",
"version": "2.2.0",
"description": "Convert a date from / to ISO format YYYYMMDD to human readable format (DD/MM/YYYY)",
"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-date-convert
sonar.projectVersion=2.1.0
sonar.projectVersion=2.2.0
sonar.organization=sineverba
sonar.sources=src
sonar.exclusions=**/node_modules/**,src/__tests__/**
Expand Down

0 comments on commit 69c73eb

Please sign in to comment.