diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2ee93..bf7d1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/robertLichtnow/pollocks/compare/v1.0.0...v1.1.0) (2026-03-08) + + +### Features + +* add benchmark suites and optimize acquire_job performance ([#17](https://github.com/robertLichtnow/pollocks/issues/17)) ([a7a9b4a](https://github.com/robertLichtnow/pollocks/commit/a7a9b4a7a85fc8fcec7a16cf49530dc3eab951fd)) +* use npm trusted publishing (OIDC) instead of npm token ([#15](https://github.com/robertLichtnow/pollocks/issues/15)) ([b3501af](https://github.com/robertLichtnow/pollocks/commit/b3501afe457a1766ed015e131fe81937482e008a)) + ## 1.0.0 (2026-03-07) diff --git a/package.json b/package.json index e36ec01..5b6bda2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pollocks", - "version": "1.0.0", + "version": "1.1.0", "description": "A TypeScript job queue library backed by PostgreSQL", "type": "module", "license": "MIT",