diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b0581..43e0ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/xituru/typescript-package-boilerplate/compare/v1.0.0...v1.0.1) (2022-06-08) + + +### Bug Fixes + +* add some badges for sample trigger patch ([a85b1b2](https://github.com/xituru/typescript-package-boilerplate/commit/a85b1b23a10270dc4ad297bd966996c0ceaf4aea)) + # 1.0.0 (2022-06-08) diff --git a/package.json b/package.json index a29e7a8..cacf283 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xituru/typescript-package-boilerplate", - "version": "1.0.0", + "version": "1.0.1", "description": "Template starter for creating npm package with typescript", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",