From 89d091868f25e200f3ef3ad82ba24dcad02cf329 Mon Sep 17 00:00:00 2001 From: AshGw Date: Fri, 24 May 2024 00:48:36 +0100 Subject: [PATCH] chore(release): v1.36.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6172eff0..5c71ddda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## v1.36.1 + +[compare changes](https://github.com/ashgw/ts-roids/compare/v1.36.0...v1.36.1) + +### 🩹 Fixes + +- Odd numeric docs mismatch ([8b05831](https://github.com/ashgw/ts-roids/commit/8b05831)) + +### 📖 Documentation + +- **readme:** Remove duplicates ([1c73ffc](https://github.com/ashgw/ts-roids/commit/1c73ffc)) +- **decorators:** Remove private `foo` for `@Final` ([2ec2e4a](https://github.com/ashgw/ts-roids/commit/2ec2e4a)) +- Clear out internal usage types ([f47d042](https://github.com/ashgw/ts-roids/commit/f47d042)) +- Remove bundle size badge ([6525e57](https://github.com/ashgw/ts-roids/commit/6525e57)) + +### ❤️ Contributors + +- AshGw + ## v1.36.0 [compare changes](https://github.com/ashgw/ts-roids/compare/v1.35.0...v1.36.0) diff --git a/package.json b/package.json index d3afd3af..1f7dd69f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-roids", - "version": "1.36.0", + "version": "1.36.1", "private": false, "description": "Bullet-proof TS even more", "keywords": [ @@ -104,4 +104,4 @@ "vitest": "1.5.0" }, "packageManager": "pnpm@8.14.0" -} +} \ No newline at end of file