From 7f7fb55a0c9d02c17aa8ee44bfeaccc092b41e1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Jan 2025 09:09:57 +0000 Subject: [PATCH] Release 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [2.0.0](https://github.com/node-modules/jsonp-body/compare/v1.1.0...v2.0.0) (2025-01-11) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of https://github.com/eggjs/egg/issues/3644 https://github.com/eggjs/egg/issues/5257 ## Summary by CodeRabbit - **Configuration Updates** - Updated ESLint configuration to improve code quality and consistency - Removed legacy configuration files (JSHint, Travis CI) - Added TypeScript configuration with strict type checking - **CI/CD Improvements** - Replaced Travis CI with GitHub Actions workflows - Added automated testing and release processes - Configured Node.js version support (18.19.0, 20, 22) - **Project Maintenance** - Updated README with modern badges and documentation - Simplified package configuration - Removed outdated contributor information - **Development Environment** - Updated `.gitignore` to reflect current project structure - Added coverage and build-related ignore rules ### Features * support cjs and esm both by tshy ([#5](https://github.com/node-modules/jsonp-body/issues/5)) ([fa2f0ff](https://github.com/node-modules/jsonp-body/commit/fa2f0ffa04c7f2aad3e9a3e298bb9ed87fdd2982)) --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4058cbe..1703838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,45 @@ +# Changelog + +## [2.0.0](https://github.com/node-modules/jsonp-body/compare/v1.1.0...v2.0.0) (2025-01-11) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 18.19.0 support + +part of https://github.com/eggjs/egg/issues/3644 + +https://github.com/eggjs/egg/issues/5257 + + + +## Summary by CodeRabbit + +- **Configuration Updates** + - Updated ESLint configuration to improve code quality and consistency + - Removed legacy configuration files (JSHint, Travis CI) + - Added TypeScript configuration with strict type checking + +- **CI/CD Improvements** + - Replaced Travis CI with GitHub Actions workflows + - Added automated testing and release processes + - Configured Node.js version support (18.19.0, 20, 22) + +- **Project Maintenance** + - Updated README with modern badges and documentation + - Simplified package configuration + - Removed outdated contributor information + +- **Development Environment** + - Updated `.gitignore` to reflect current project structure + - Added coverage and build-related ignore rules + + + +### Features + +* support cjs and esm both by tshy ([#5](https://github.com/node-modules/jsonp-body/issues/5)) ([fa2f0ff](https://github.com/node-modules/jsonp-body/commit/fa2f0ffa04c7f2aad3e9a3e298bb9ed87fdd2982)) 1.1.0 / 2024-01-11 ================== diff --git a/package.json b/package.json index 502ebe3..dd93c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonp-body", - "version": "1.1.0", + "version": "2.0.0", "description": "Helper to create more safe jsonp response body for koa and other web framework", "homepage": "https://github.com/node-modules/jsonp-body", "repository": {