From 3317315380a3490e7d2e90defd5834c5aeb529bf Mon Sep 17 00:00:00 2001 From: Matt Hatcher <3768988+MatthewSH@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:40:21 -0400 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864dfca..632cb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/MatthewSH/rivalsjs/compare/v1.1.0...v1.2.0) (2025-07-28) + + +### Features + +* allow disabling of rate limit header verification ([17a9ccf](https://github.com/MatthewSH/rivalsjs/commit/17a9ccfc11031fda209746ebbe34c926f19d6518)) + + +### Bug Fixes + +* update description in package.json and expand linting scope ([f9dcdb4](https://github.com/MatthewSH/rivalsjs/commit/f9dcdb4de687b23aeb761ff46278fddd1e35982f)) +* update description in package.json and expand linting scope ([fc54957](https://github.com/MatthewSH/rivalsjs/commit/fc54957bcf5c49e0c09fabdd06f71cc7b4669ea7)) + ## [1.2.0](https://github.com/MatthewSH/rivalsjs/compare/v1.1.0...v1.2.0) (2025-07-07)