From 9a780aab36377f9fbe36a8b5a6014cbcef871b66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 21:16:12 +0000 Subject: [PATCH] chore(master): release 1.1.4 --- Changelog.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index a42b271..e0acd74 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,26 @@ +# Changelog + +## [1.1.4](https://github.com/mysqljs/named-placeholders/compare/v1.1.3...v1.1.4) (2025-12-05) + + +### ⚠ BREAKING CHANGES + +* migrate to built in node test runner and remove mocha dependency ([#25](https://github.com/mysqljs/named-placeholders/issues/25)) + +### Bug Fixes + +* resolve dependency conflicts ([#37](https://github.com/mysqljs/named-placeholders/issues/37)) ([bbaa20a](https://github.com/mysqljs/named-placeholders/commit/bbaa20ad8fba546c7e26c8f567ef67c618441836)) + + +### Miscellaneous Chores + +* release 1.1.4 ([5eb5a99](https://github.com/mysqljs/named-placeholders/commit/5eb5a99d4571d39da31a49bdd038ab7504cdd6cd)) + + +### Continuous Integration + +* migrate to built in node test runner and remove mocha dependency ([#25](https://github.com/mysqljs/named-placeholders/issues/25)) ([178b04e](https://github.com/mysqljs/named-placeholders/commit/178b04ec3a72f807bafd4813ea41b10c5f6b1e4b)) + 1.1.0 - 21/09/2015 - exception is now thrown if parameters are missing diff --git a/package-lock.json b/package-lock.json index 96fa395..6395a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "named-placeholders", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "named-placeholders", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "lru.min": "^1.1.0" diff --git a/package.json b/package.json index e026e54..6126dff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "named-placeholders", - "version": "1.1.3", + "version": "1.1.4", "description": "sql named placeholders to unnamed compiler", "main": "index.js", "scripts": {