From 63730ba69524108b8c99d4447edf10615166e31a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 16:53:55 +0200 Subject: [PATCH] chore: Prepare release v0.0.13 (#20) Co-authored-by: arnoerpenbeck --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329d597..a365e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [0.0.13](https://github.com/arnoerpenbeck/npm-test/compare/0.0.12...0.0.13) + +- docs: Update README [`#19`](https://github.com/arnoerpenbeck/npm-test/pull/19) + #### [0.0.12](https://github.com/arnoerpenbeck/npm-test/compare/0.0.11...0.0.12) +> 29 June 2023 + +- chore: Prepare release v0.0.12 [`#18`](https://github.com/arnoerpenbeck/npm-test/pull/18) - build: more workflow updates [`f20f7ef`](https://github.com/arnoerpenbeck/npm-test/commit/f20f7ef25faa1c383388c0bf3d8929e604cad221) #### [0.0.11](https://github.com/arnoerpenbeck/npm-test/compare/0.0.10...0.0.11) diff --git a/package-lock.json b/package-lock.json index 4c0f2eb..4de91f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fulfillmenttools/npm-test", - "version": "0.0.12", + "version": "0.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@fulfillmenttools/npm-test", - "version": "0.0.12", + "version": "0.0.13", "license": "MIT", "dependencies": { "typescript": "5.1.5" diff --git a/package.json b/package.json index e816dfa..fe28c56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fulfillmenttools/npm-test", - "version": "0.0.12", + "version": "0.0.13", "description": "NPM Test Package", "main": "index.js", "author": "OC fulfillment GmbH (https://fulfillmenttools.com/)",