Skip to content

Commit cbe368f

Browse files
committed
v1.2.1
1 parent 504a644 commit cbe368f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.2.1](https://github.com/ljharb/json-stable-stringify/compare/v1.2.0...v1.2.1) - 2024-12-21
9+
10+
### Commits
11+
12+
- [types] input is unknown, can be non object [`7135fba`](https://github.com/ljharb/json-stable-stringify/commit/7135fba3f03c6f97d801047c53fab90c26aacfa8)
13+
- [Dev Deps] update `@arethetypeswrong/cli`, `@types/tape` [`504a644`](https://github.com/ljharb/json-stable-stringify/commit/504a6442880d45ae2548b309a9f5cf0b488176db)
14+
815
## [v1.2.0](https://github.com/ljharb/json-stable-stringify/compare/v1.1.1...v1.2.0) - 2024-12-17
916

1017
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-stable-stringify",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)