From 5ff8eb97d95766f0cfed2d170788deef8034435f Mon Sep 17 00:00:00 2001 From: Revone Date: Sun, 4 Aug 2024 19:41:40 +1200 Subject: [PATCH] release: v1.52.1 --- CHANGELOG.md | 2 +- package-lock.json | 14 +++++++------- package.json | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 186a2f7..c6cdaaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - [Semantic Versioning](https://semver.org/spec/v2.0.0.html) - [`auto-changelog`](https://github.com/CookPete/auto-changelog) -## [v1.52.0](https://github.com/zrwusa/data-structure-typed/compare/v1.51.5...main) (upcoming) +## [v1.52.1](https://github.com/zrwusa/data-structure-typed/compare/v1.51.5...main) (upcoming) ## [v1.51.5](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...v1.51.5) (18 January 2024) diff --git a/package-lock.json b/package-lock.json index f829626..fca1f99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "data-structure-typed", - "version": "1.52.0", + "version": "1.52.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "data-structure-typed", - "version": "1.52.0", + "version": "1.52.1", "license": "MIT", "devDependencies": { "@swc/core": "^1.3.96", @@ -16,11 +16,11 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "auto-changelog": "^2.4.0", - "avl-tree-typed": "^1.51.9", + "avl-tree-typed": "^1.52.0", "benchmark": "^2.1.4", - "binary-tree-typed": "^1.51.9", - "bst-typed": "^1.51.9", - "data-structure-typed": "^1.51.9", + "binary-tree-typed": "^1.52.0", + "bst-typed": "^1.52.0", + "data-structure-typed": "^1.52.0", "dependency-cruiser": "^14.1.0", "doctoc": "^2.2.1", "eslint": "^8.50.0", @@ -29,7 +29,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "fast-glob": "^3.3.1", - "heap-typed": "^1.51.9", + "heap-typed": "^1.52.0", "istanbul-badges-readme": "^1.8.5", "jest": "^29.7.0", "js-sdsl": "^4.4.2", diff --git a/package.json b/package.json index 811f700..f76747b 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "auto-changelog": "^2.4.0", - "avl-tree-typed": "^1.51.9", + "avl-tree-typed": "^1.52.0", "benchmark": "^2.1.4", - "binary-tree-typed": "^1.51.9", - "bst-typed": "^1.51.9", - "data-structure-typed": "^1.51.9", + "binary-tree-typed": "^1.52.0", + "bst-typed": "^1.52.0", + "data-structure-typed": "^1.52.0", "dependency-cruiser": "^14.1.0", "doctoc": "^2.2.1", "eslint": "^8.50.0", @@ -79,7 +79,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "fast-glob": "^3.3.1", - "heap-typed": "^1.51.9", + "heap-typed": "^1.52.0", "istanbul-badges-readme": "^1.8.5", "jest": "^29.7.0", "js-sdsl": "^4.4.2",