Skip to content

Commit 3df6f48

Browse files
committed
chore: 🔨 release v1.0.0
1 parent d94bf86 commit 3df6f48

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ Customize the userscript metadata through the `userscriptHeader` field in `packa
6363
## Acknowledgements
6464

6565
This project draws significant inspiration from the [Greasemonkey Webpack + TypeScript boilerplate](https://github.com/tarkant/greasemonkey-webpack-typescript-boilerplate).
66+
67+
## ⏲ Changelog
68+
69+
* 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 0.0.1
4+
// @version 1.0.0
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": "0.0.1",
3+
"version": "1.0.0",
44
"description": "A Greasemonkey/Tampermonkey/Violentmonkey Bun + TypeScript boilerplate",
55
"module": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)