Skip to content

Commit b166ff4

Browse files
Version NPM packages
1 parent 35d6b21 commit b166ff4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/six-cherries-relax.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Change Log
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 35d6b218: Add middleware and plugin for request compression
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

packages/middleware-compression/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithy/middleware-compression",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Middleware and Plugin for request compression.",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

0 commit comments

Comments
 (0)