Skip to content

Commit df8a998

Browse files
committed
chore(release): release 1.1.0
1 parent 4399eca commit df8a998

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
# [1.1.0](https://github.com/favware/esbuild-plugin-version-injector/compare/v1.0.4...v1.1.0) - (2023-03-18)
6+
7+
## 🚀 Features
8+
9+
- Fallback for esbuild results when this isn't solve loader (#38) ([1ee1356](https://github.com/favware/esbuild-plugin-version-injector/commit/1ee13568f85d247b67b08ce699a31e34fea74d61))
10+
11+
## 🧪 Testing
12+
13+
- Update test snapshots ([bfb9c92](https://github.com/favware/esbuild-plugin-version-injector/commit/bfb9c92810de1d39f069cefc3d6c5b133b51041a))
14+
515
# [1.0.4](https://github.com/favware/esbuild-plugin-version-injector/compare/v1.0.3...v1.0.4) - (2023-03-18)
616

717
## 🐛 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.4",
3+
"version": "1.1.0",
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)