Skip to content

Commit 98060bb

Browse files
committed
chore(release): release 1.2.0
1 parent 4ed6783 commit 98060bb

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
# [1.2.0](https://github.com/favware/esbuild-plugin-version-injector/compare/v1.1.0...v1.2.0) - (2023-07-13)
6+
7+
## 🐛 Bug Fixes
8+
9+
- **deps:** Update all non-major dependencies ([b05c2ef](https://github.com/favware/esbuild-plugin-version-injector/commit/b05c2effc214a4ae4208455807575688f96ca446))
10+
11+
## 🚀 Features
12+
13+
- Introduce `disableOnLoadTrigger` option (#65) ([9ce2e90](https://github.com/favware/esbuild-plugin-version-injector/commit/9ce2e905378acd9e1fe478e6ba6fb787df4be707))
14+
15+
## 🧪 Testing
16+
17+
- Update snapshots for new versions ([65c70eb](https://github.com/favware/esbuild-plugin-version-injector/commit/65c70eb2bec7040991572c7609076658906691b6))
18+
519
# [1.1.0](https://github.com/favware/esbuild-plugin-version-injector/compare/v1.0.4...v1.1.0) - (2023-03-18)
620

721
## 🚀 Features

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.1.0",
3+
"version": "1.2.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)