Skip to content

Commit

Permalink
publish 0.13.7 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Oct 15, 2021
1 parent 8b77de1 commit 68e369d
Show file tree
Hide file tree
Showing 22 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.13.7

* Minify CSS alpha values correctly ([#1682](https://github.com/evanw/esbuild/issues/1682))

Expand Down
2 changes: 1 addition & 1 deletion cmd/esbuild/version.go
@@ -1,3 +1,3 @@
package main

const esbuildVersion = "0.13.6"
const esbuildVersion = "0.13.7"
2 changes: 1 addition & 1 deletion npm/esbuild-android-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-android-arm64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Android ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-darwin-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-darwin-64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The macOS 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-darwin-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-darwin-arm64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-freebsd-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-freebsd-64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The FreeBSD 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-freebsd-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-freebsd-arm64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-32/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-linux-32",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Linux 32-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-linux-64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-arm/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-linux-arm",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Linux ARM binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-linux-arm64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-mips64le/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-linux-mips64le",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-linux-ppc64le/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-linux-ppc64le",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-netbsd-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-netbsd-64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The NetBSD AMD64 binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-openbsd-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-openbsd-64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The OpenBSD 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-sunos-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-sunos-64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The illumos 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-wasm/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-wasm",
"version": "0.13.6",
"version": "0.13.7",
"description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-windows-32/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-windows-32",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Windows 32-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-windows-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-windows-64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-windows-arm64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-windows-arm64",
"version": "0.13.6",
"version": "0.13.7",
"description": "The Windows ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": "https://github.com/evanw/esbuild",
"license": "MIT",
Expand Down
36 changes: 18 additions & 18 deletions npm/esbuild/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild",
"version": "0.13.6",
"version": "0.13.7",
"description": "An extremely fast JavaScript bundler and minifier.",
"repository": "https://github.com/evanw/esbuild",
"scripts": {
Expand All @@ -12,23 +12,23 @@
"esbuild": "bin/esbuild"
},
"optionalDependencies": {
"esbuild-android-arm64": "0.13.6",
"esbuild-darwin-64": "0.13.6",
"esbuild-darwin-arm64": "0.13.6",
"esbuild-freebsd-64": "0.13.6",
"esbuild-freebsd-arm64": "0.13.6",
"esbuild-linux-32": "0.13.6",
"esbuild-linux-64": "0.13.6",
"esbuild-linux-arm": "0.13.6",
"esbuild-linux-arm64": "0.13.6",
"esbuild-linux-mips64le": "0.13.6",
"esbuild-linux-ppc64le": "0.13.6",
"esbuild-netbsd-64": "0.13.6",
"esbuild-openbsd-64": "0.13.6",
"esbuild-sunos-64": "0.13.6",
"esbuild-windows-32": "0.13.6",
"esbuild-windows-64": "0.13.6",
"esbuild-windows-arm64": "0.13.6"
"esbuild-android-arm64": "0.13.7",
"esbuild-darwin-64": "0.13.7",
"esbuild-darwin-arm64": "0.13.7",
"esbuild-freebsd-64": "0.13.7",
"esbuild-freebsd-arm64": "0.13.7",
"esbuild-linux-32": "0.13.7",
"esbuild-linux-64": "0.13.7",
"esbuild-linux-arm": "0.13.7",
"esbuild-linux-arm64": "0.13.7",
"esbuild-linux-mips64le": "0.13.7",
"esbuild-linux-ppc64le": "0.13.7",
"esbuild-netbsd-64": "0.13.7",
"esbuild-openbsd-64": "0.13.7",
"esbuild-sunos-64": "0.13.7",
"esbuild-windows-32": "0.13.7",
"esbuild-windows-64": "0.13.7",
"esbuild-windows-arm64": "0.13.7"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.13.6
0.13.7

0 comments on commit 68e369d

Please sign in to comment.