Skip to content

Commit

Permalink
bump version (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacintorodrigues authored Jan 25, 2021
1 parent daf084b commit cf1d087
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ build
.idea/

# package lock files
/**/package-lock.json
/**/package-lock.json

# vscode history files
.history/
4 changes: 2 additions & 2 deletions packages/kununu-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kununu/kununu-utils",
"version": "1.24.3",
"version": "1.24.4",
"description": "Utility functions used within kununu client applications",
"main": "dist",
"devDependencies": {
Expand All @@ -12,7 +12,7 @@
"supertest": "4.0.2"
},
"dependencies": {
"@pact-foundation/pact-node": "8.4.0",
"@pact-foundation/pact-node": "10.11.1",
"@testing-library/react": "9.3.0",
"branch-name": "1.0.0",
"cookie": "0.4.0",
Expand Down

0 comments on commit cf1d087

Please sign in to comment.