Skip to content

Commit 8406845

Browse files
committed
Prepare for 2.2.0 release
1 parent 271c607 commit 8406845

File tree

18 files changed

+36
-28
lines changed

18 files changed

+36
-28
lines changed

Formula/quick-lint-js.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class QuickLintJs < Formula
55
desc "Find bugs in your JavaScript code"
66
homepage "https://quick-lint-js.com/"
7-
url "https://c.quick-lint-js.com/releases/2.1.0/source/quick-lint-js-2.1.0.tar.gz"
7+
url "https://c.quick-lint-js.com/releases/2.2.0/source/quick-lint-js-2.2.0.tar.gz"
88
license "GPL-3.0-or-later"
99
head "https://github.com/quick-lint/quick-lint-js.git", branch: "master"
1010

dist/arch/PKGBUILD-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js-dev
8-
pkgver=2.1.0
8+
pkgver=2.2.0
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/arch/PKGBUILD-git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js-git
8-
pkgver=2.0.0
8+
pkgver=2.2.0
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/arch/PKGBUILD-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Shivam Mehta <sm.cse at gmail dot com>
66

77
pkgname=quick-lint-js
8-
pkgver=2.1.0
8+
pkgver=2.2.0
99
pkgrel=1
1010
pkgdesc="Find bugs in JavaScript programs"
1111
arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)

dist/debian/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Then, run the `build.sh` script:
1313

1414
$ ./dist/debian/build.sh
1515

16-
The above command will create `dist/debian/quick-lint-js_2.1.0-1_amd64.deb`,
17-
`dist/debian/quick-lint-js-vim_2.1.0-1_all.deb`, and related files.
16+
The above command will create `dist/debian/quick-lint-js_2.2.0-1_amd64.deb`,
17+
`dist/debian/quick-lint-js-vim_2.2.0-1_all.deb`, and related files.
1818

1919
## Installing
2020

2121
On a Debian-based system, after building the .deb file (per the above
2222
instructions), install the .deb file:
2323

24-
$ sudo apt-get install ./dist/debian/quick-lint-js_2.1.0-1_amd64.deb
25-
$ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.1.0-1_all.deb
24+
$ sudo apt-get install ./dist/debian/quick-lint-js_2.2.0-1_amd64.deb
25+
$ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.2.0-1_all.deb

dist/debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
quick-lint-js (2.2.0-1) unstable; urgency=medium
2+
3+
* New release.
4+
5+
-- Matthew "strager" Glazar <[email protected]> Thu, 17 Feb 2022 20:56:04 -0800
6+
17
quick-lint-js (2.1.0-1) unstable; urgency=medium
28

39
* New release.

dist/npm/BUILDING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ To build this quick-lint-js npm package:
88
* `dist/npm/linux-x64/bin/quick-lint-js`: Linux x86_64 executable
99
* `dist/npm/darwin-x64/bin/quick-lint-js`: macOS 64-bit Intel executable
1010
* `dist/npm/win32-x64/bin/quick-lint-js.exe`: Windows x64 executable
11-
3. Run `npm pack .` to create `quick-lint-js-2.1.0.tgz`.
11+
3. Run `npm pack .` to create `quick-lint-js-2.2.0.tgz`.
1212

1313
To install system-wide, run
14-
`npm install --global --unsafe-perm ./quick-lint-js-2.1.0.tgz`.
14+
`npm install --global --unsafe-perm ./quick-lint-js-2.2.0.tgz`.
1515

1616
To install within an existing Node.js project, run
17-
`npm install /path/to/quick-lint-js-2.1.0.tgz`.
17+
`npm install /path/to/quick-lint-js-2.2.0.tgz`.
1818

19-
To publish to npm's registry, run `npm publish ./quick-lint-js-2.1.0.tgz`.
19+
To publish to npm's registry, run `npm publish ./quick-lint-js-2.2.0.tgz`.

dist/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quick-lint-js",
33
"description": "Find bugs in your JavaScript code",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"keywords": [
66
"quick",
77
"lint",

dist/sign-release.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func main() {
114114
log.Fatal(err)
115115
}
116116

117-
sourceTarballPath := filepath.Join(destinationDir, "source/quick-lint-js-2.1.0.tar.gz")
117+
sourceTarballPath := filepath.Join(destinationDir, "source/quick-lint-js-2.2.0.tar.gz")
118118
log.Printf("signing with GPG: %s\n", sourceTarballPath)
119119
if _, err := GPGSignFile(sourceTarballPath, signingStuff); err != nil {
120120
log.Fatal(err)
@@ -164,7 +164,7 @@ var filesToTransform map[string]map[string]FileTransformType = map[string]map[st
164164
"manual/windows.zip": map[string]FileTransformType{
165165
"bin/quick-lint-js.exe": MicrosoftOsslsigncode,
166166
},
167-
"npm/quick-lint-js-2.1.0.tgz": map[string]FileTransformType{
167+
"npm/quick-lint-js-2.2.0.tgz": map[string]FileTransformType{
168168
"package/darwin-arm64/bin/quick-lint-js": AppleCodesign,
169169
"package/darwin-x64/bin/quick-lint-js": AppleCodesign,
170170
"package/linux-arm/bin/quick-lint-js": GPGSign,
@@ -173,7 +173,7 @@ var filesToTransform map[string]map[string]FileTransformType = map[string]map[st
173173
"package/win32-arm64/bin/quick-lint-js.exe": MicrosoftOsslsigncode,
174174
"package/win32-x64/bin/quick-lint-js.exe": MicrosoftOsslsigncode,
175175
},
176-
"vscode/quick-lint-js-2.1.0.vsix": map[string]FileTransformType{
176+
"vscode/quick-lint-js-2.2.0.vsix": map[string]FileTransformType{
177177
"extension/dist/quick-lint-js-vscode-node_darwin-arm64.node": AppleCodesign,
178178
"extension/dist/quick-lint-js-vscode-node_darwin-x64.node": AppleCodesign,
179179
"extension/dist/quick-lint-js-vscode-node_linux-arm.node": GPGSign,

docs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
quick-lint-js' version numbers are arbitrary. quick-lint-js does *not* adhere to
77
Semantic Versioning.
88

9-
## Unreleased
9+
## 2.2.0 (2022-02-17)
10+
11+
[Downloads](https://c.quick-lint-js.com/releases/2.2.0/)
1012

1113
### Fixed
1214

docs/man/quick-lint-js.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
.\" Author: [see the "AUTHOR(S)" section]
1111
.\" Generator: Asciidoctor 2.0.16
1212
.\" Manual: \ \&
13-
.\" Source: quick-lint-js version  2.1.0
13+
.\" Source: quick-lint-js version  2.2.0
1414
.\" Language: English
1515
.\"
16-
.TH "QUICK\-LINT\-JS" "1" "" "quick\-lint\-js version  2.1.0" "\ \&"
16+
.TH "QUICK\-LINT\-JS" "1" "" "quick\-lint\-js version  2.2.0" "\ \&"
1717
.ie \n(.g .ds Aq \(aq
1818
.el .ds Aq '
1919
.ss \n[.ss] 0

docs/man/quick-lint-js.config.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
.\" Author: [see the "AUTHOR(S)" section]
1111
.\" Generator: Asciidoctor 2.0.16
1212
.\" Manual: \ \&
13-
.\" Source: quick-lint-js version  2.1.0
13+
.\" Source: quick-lint-js version  2.2.0
1414
.\" Language: English
1515
.\"
16-
.TH "QUICK\-LINT\-JS.CONFIG" "5" "" "quick\-lint\-js version  2.1.0" "\ \&"
16+
.TH "QUICK\-LINT\-JS.CONFIG" "5" "" "quick\-lint\-js version  2.2.0" "\ \&"
1717
.ie \n(.g .ds Aq \(aq
1818
.el .ds Aq '
1919
.ss \n[.ss] 0

plugin/vim/quick-lint-js.vim/doc/quick-lint-js.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This file contains instructions for installing and using the quick-lint-js
88
plugin.
99

10-
This plugin version is designed for quick-lint-js version 2.1.0. Older or
10+
This plugin version is designed for quick-lint-js version 2.2.0. Older or
1111
newer versions might or might not work.
1212

1313
1. Installing quick-lint-js |quick-lint-js-app-install|

plugin/vscode-lsp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ To build the extension, run the following commands:
1010
$ yarn
1111
$ ./node_modules/.bin/vsce package
1212

13-
This will create a file called `quick-lint-js-lsp-2.1.0.vsix`.
13+
This will create a file called `quick-lint-js-lsp-2.2.0.vsix`.
1414

1515
[VisualStudioCode]: https://code.visualstudio.com/

plugin/vscode-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quick-lint-js-lsp",
33
"description": "Find JavaScript bugs with quick-lint-js (LSP version, not recommended)",
44
"publisher": "quick-lint",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"engines": {
77
"vscode": "^1.43.0"
88
},

plugin/vscode/BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CMake](../../docs/BUILDING.md) with `-DQUICK_LINT_JS_ENABLE_VSCODE=YES
1515
$ # Copy files into the VS Code extension:
1616
$ cmake --install build --component vscode-node --prefix plugin/vscode
1717

18-
Finally, run the following commands to create `quick-lint-js-2.1.0.vsix`:
18+
Finally, run the following commands to create `quick-lint-js-2.2.0.vsix`:
1919

2020
$ cd plugin/vscode/ # Navigate to this directory.
2121
$ yarn

plugin/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "quick-lint-js",
33
"description": "Find JavaScript bugs with quick-lint-js",
44
"publisher": "quick-lint",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"license": "SEE LICENSE IN LICENSE",
77
"categories": [
88
"Linters"

version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2.1.0
2-
2022-02-09
1+
2.2.0
2+
2022-02-17

0 commit comments

Comments
 (0)