Skip to content

Commit 1631b89

Browse files
committed
1.4.0
1 parent 189876d commit 1631b89

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Name | @userscripters/generate-stackapps |
88
| Description | StackApps post generator for userscripts |
99
| License | [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later) |
10-
| Version | 1.3.0 |
10+
| Version | 1.4.0 |
1111

1212
Creates StackApps post Markdown from project metadata.
1313

STACKAPPS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Generate Stackapps - StackApps post generator for userscripts
33
library typescript
44

55
<!-- thumbnail: https://i.stack.imgur.com/Cbt4Z.png -->
6-
<!-- version: 1.2.0 -->
6+
<!-- version: 1.4.0 -->
77
<!-- tag: library -->
88
<!-- excerpt: Tired of writing Stack Apps posts by hand? With Generate StackApps you can focus on what's really important — userscripts and delegate the busywork to automation. -->
99

@@ -54,7 +54,7 @@ The script is licensed under the [GPL-3.0-or-later](https://spdx.org/licenses/GP
5454

5555
### Download
5656

57-
Latest version: 1.2.0
57+
Latest version: 1.4.0
5858

5959
The package is published as both an [NPM package](https://www.npmjs.com/package/@userscripters/generate-stackapps) and a [GitHub package](https://github.com/userscripters/generate-stackapps/packages/1408794). Can be installed via a package manager like NPM as usual:
6060

@@ -127,6 +127,9 @@ Best used with [TypeScript](https://www.typescriptlang.org/download), but contai
127127
Author: [Oleg Valter](https://stackoverflow.com/users/11407695)
128128
<br>Organization: [UserScripters](https://github.com/userscripters)
129129

130+
Contributors:
131+
<br>[double beep](https://github.com/double-beep)
132+
130133
Please, submit bug reports [on the source repository](https://github.com/userscripters/generate-stackapps/issues).
131134
<br>Before adding a new one, please check if it hasn't been raised before.
132135

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@userscripters/generate-stackapps",
33
"description": "StackApps post generator for userscripts",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"main": "dist/index.js",
66
"type": "module",
77
"keywords": [

0 commit comments

Comments
 (0)