Skip to content

Commit 68b0661

Browse files
committed
chore(release): 2.1.0
1 parent 3ca0fd7 commit 68b0661

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.1.0](https://github.com/adaltas/node-http-status/compare/v2.0.0...v2.1.0) (2025-01-04)
6+
7+
### Features
8+
9+
- main field in package.json (fix [#54](https://github.com/adaltas/node-http-status/issues/54)) ([b133257](https://github.com/adaltas/node-http-status/commit/b1332576565b8dde184979e581759edfb787b0b1))
10+
511
## [2.0.0](https://github.com/adaltas/node-http-status/compare/v1.8.1...v2.0.0) (2024-10-21)
612

713
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-status",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Interact with HTTP status code",
55
"homepage": "https://github.com/adaltas/node-http-status",
66
"author": "David Worms <[email protected]> (https://www.adaltas.com)",

0 commit comments

Comments
 (0)