Skip to content

Commit bfd2d56

Browse files
committed
chore: 🔨 release version 1.0.2
1 parent 7fa378b commit bfd2d56

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ This project draws significant inspiration from the [Greasemonkey Webpack + Type
106106
107107
## ⏲ Changelog
108108
109+
* v1.0.2: Add release channel supports
109110
* v1.0.1: Add GitHub Action
110111
* v1.0.0: First release

dist/bun-ts-userscript-starter.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name bun-ts-userscript-starter
33
// @namespace https://github.com/genzj/bun-ts-userscript-starter
4-
// @version 1.0.1
4+
// @version 1.0.2
55
// @description A Greasemonkey/Tampermonkey/Violentmonkey Bun + TypeScript boilerplate
66
// @license MIT
77
// @author genzj

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bun-ts-userscript-starter",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A Greasemonkey/Tampermonkey/Violentmonkey Bun + TypeScript boilerplate",
55
"module": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)