From 02d9272be4fa16e0dd312fbf980588d690becf68 Mon Sep 17 00:00:00 2001 From: AUTO RELEASE Date: Wed, 14 Aug 2024 12:33:40 +0000 Subject: [PATCH] 12.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8331ecc..aef3af1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v12.0.0](https://github.com/lokalise/node-core/compare/v11.2.0...v12.0.0) + +- update errors cause param type [`#150`](https://github.com/lokalise/node-core/pull/150) + #### [v11.2.0](https://github.com/lokalise/node-core/compare/v11.1.0...v11.2.0) +> 19 July 2024 + - Switch to biome [`#144`](https://github.com/lokalise/node-core/pull/144) - Bump vitest and @vitest/coverage-v8 [`#143`](https://github.com/lokalise/node-core/pull/143) diff --git a/package.json b/package.json index 3ad4105..d6e6f48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lokalise/node-core", - "version": "11.2.0", + "version": "12.0.0", "author": { "name": "Lokalise", "url": "https://lokalise.com/" @@ -11,7 +11,11 @@ "url": "git://github.com/lokalise/node-core.git" }, "license": "Apache-2.0", - "files": ["dist/**", "LICENSE", "README.md"], + "files": [ + "dist/**", + "LICENSE", + "README.md" + ], "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs",