Skip to content

Commit

Permalink
12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTO RELEASE committed Sep 2, 2024
1 parent 7eca92a commit d4a5cf0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v12.2.1](https://github.com/lokalise/node-core/compare/v12.2.0...v12.2.1)

- adjust checking for internal and public errors [`#153`](https://github.com/lokalise/node-core/pull/153)

#### [v12.2.0](https://github.com/lokalise/node-core/compare/v12.1.0...v12.2.0)

> 30 August 2024
- AP-5015 added maxRetriesPerRequest to RedisConfig [`#156`](https://github.com/lokalise/node-core/pull/156)

#### [v12.1.0](https://github.com/lokalise/node-core/compare/v12.0.0...v12.1.0)
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lokalise/node-core",
"version": "12.2.0",
"version": "12.2.1",
"author": {
"name": "Lokalise",
"url": "https://lokalise.com/"
Expand All @@ -11,7 +11,11 @@
"url": "git://github.com/lokalise/node-core.git"
},
"license": "Apache-2.0",
"files": ["dist/**", "LICENSE", "README.md"],
"files": [
"dist/**",
"LICENSE",
"README.md"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
Expand Down

0 comments on commit d4a5cf0

Please sign in to comment.