diff --git a/CHANGELOG.md b/CHANGELOG.md index d87ab3c..62c9647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.1.1](https://github.com/bn3t/ts-template/compare/v0.1.0...v0.1.1) (2023-11-17) + + +### Features + +* Add run scripts for bun ([6ad76f1](https://github.com/bn3t/ts-template/commit/6ad76f190d1eddde2aa5ddbbef462cf0aa39545b)) + ## 0.1.0 (2023-11-12) diff --git a/package-lock.json b/package-lock.json index fd59451..491b281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bn3t/ts-template", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@bn3t/ts-template", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "yargs": "^17.7.2" diff --git a/package.json b/package.json index 1bafaad..f90f8dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bn3t/ts-template", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "description": "A template for typescript projects", "main": "dist/index.cjs",