Skip to content

Commit 1abf024

Browse files
committed
chore(release): release 1.0.1
1 parent 6940fe6 commit 1abf024

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [1.0.1](https://github.com/favware/esbuild-plugin-version-injector/compare/v1.0.0...v1.0.1) - (2022-11-26)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Fixed support for NodeJS v14.x ([0bd74f6](https://github.com/favware/esbuild-plugin-version-injector/commit/0bd74f68017c7d3889bd22f174566f62e782673f))
10+
11+
## 📝 Documentation
12+
13+
- **readme:** Fix example for tsup ([41dc567](https://github.com/favware/esbuild-plugin-version-injector/commit/41dc56701d1b5925dda433445979fea555a6a04f))
14+
- **readme:** Fix ToC ([325aef4](https://github.com/favware/esbuild-plugin-version-injector/commit/325aef4d90db9b7c3661f30a03979b0caf2fc97c))
15+
- **readme:** Add ToC ([c376a17](https://github.com/favware/esbuild-plugin-version-injector/commit/c376a1741b09bbcd11290324598542f8be24da1b))
16+
- **readme:** Add examples and options ([7796c68](https://github.com/favware/esbuild-plugin-version-injector/commit/7796c687cc5374390a5741cdfa3d17379dd02001))
17+
518
# [1.0.0](https://github.com/favware/esbuild-plugin-version-injector/tree/v1.0.0) - (2022-10-07)
619

720
## 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esbuild-plugin-version-injector",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An esbuild plugin to inject your application's version number or today's date into your files",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)