diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd0928..d3c3439 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.0.4](https://github.com/BlackBerry009/taco-launch/compare/v0.0.3...v0.0.4) (2023-03-19) + + +### Features + +* 🎸 add lib template ([18c5712](https://github.com/BlackBerry009/taco-launch/commit/18c57127ed55c2a3dc8cf43d47ee0abaf1c799cb)) + ### [0.0.3](https://github.com/BlackBerry009/taco-launch/compare/v0.0.2...v0.0.3) (2023-03-19) ### [0.0.2](https://github.com/BlackBerry009/taco-launch/compare/v1.0.3...v0.0.2) (2023-03-19) diff --git a/package.json b/package.json index f4779b0..cabf1da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taco-launch", - "version": "0.0.3", + "version": "0.0.4", "description": "init project", "main": "index.js", "type": "module",