Skip to content

Commit 0e02887

Browse files
committed
chore(release): release 1.0.4
1 parent 1e94702 commit 0e02887

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
# [1.0.4](https://github.com/favware/esbuild-plugin-version-injector/compare/v1.0.3...v1.0.4) - (2023-03-18)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Declare string type for version export ([3733269](https://github.com/favware/esbuild-plugin-version-injector/commit/3733269f04285f3ace0ca8d27fd2bbda07a145dc))
10+
11+
## 🧪 Testing
12+
13+
- Fix coverage ([9b93fae](https://github.com/favware/esbuild-plugin-version-injector/commit/9b93fae37a9704aaad9383bcfc54a2b2ef99cb3e))
14+
- Update snapshots for new versions ([1163553](https://github.com/favware/esbuild-plugin-version-injector/commit/11635537a5a3bf1c6148adf356632a4dddc033d5))
15+
516
# [1.0.3](https://github.com/favware/esbuild-plugin-version-injector/compare/v1.0.2...v1.0.3) - (2023-02-06)
617

718
## 🐛 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.3",
3+
"version": "1.0.4",
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)