Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - @tinkoff/[email protected]
 - @tinkoff/[email protected]
 - @tinkoff/[email protected]
  • Loading branch information
Tramvai Conductor committed Jan 17, 2024
1 parent 49c8c4e commit 3896609
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/plugin-cache-etag/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/tramvaijs/request/compare/@tinkoff/[email protected]...@tinkoff/[email protected]) (2024-01-17)

**Note:** Version bump only for package @tinkoff/request-plugin-cache-etag





# 0.4.0 (2023-12-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-cache-etag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/request-plugin-cache-etag",
"version": "0.4.0",
"version": "0.4.1",
"description": "Caching based on etag http-header",
"main": "lib/etag.js",
"browser": "lib/noop.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@tinkoff/request-core": "^0.10.0",
"@tinkoff/request-plugin-protocol-http": "^0.12.0",
"@tinkoff/request-plugin-protocol-http": "^0.12.1",
"@types/node": "^10.11.7"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-prom-red-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.1](https://github.com/Tinkoff/tinkoff-request/compare/@tinkoff/[email protected]...@tinkoff/[email protected]) (2024-01-17)

**Note:** Version bump only for package @tinkoff/request-plugin-prom-red-metrics





# 0.3.0 (2023-12-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-prom-red-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/request-plugin-prom-red-metrics",
"version": "0.3.0",
"version": "0.3.1",
"description": "Collect RED metrics for prometheus",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@tinkoff/request-core": "^0.10.0",
"@tinkoff/request-plugin-protocol-http": "^0.12.0"
"@tinkoff/request-plugin-protocol-http": "^0.12.1"
},
"peerDependencies": {
"@tinkoff/request-core": "0.x",
Expand Down
11 changes: 11 additions & 0 deletions packages/plugin-protocol-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/Tinkoff/tinkoff-request/compare/@tinkoff/[email protected]...@tinkoff/[email protected]) (2024-01-17)


### Bug Fixes

* error readonly property reassign fix ([eac1226](https://github.com/Tinkoff/tinkoff-request/commit/eac122692e11232c09d7d85600d8cc111c0e7dce))





# 0.12.0 (2023-12-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-protocol-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/request-plugin-protocol-http",
"version": "0.12.0",
"version": "0.12.1",
"description": "Make requests using http(s) protocol",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 3896609

Please sign in to comment.