Skip to content

Commit

Permalink
publish 0.9.0 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Mar 9, 2021
1 parent 5436248 commit 9064fea
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Breaking changes
## 0.9.0

**This release contains backwards-incompatible changes.** Since esbuild is before version 1.0.0, these changes have been released as a new minor version to reflect this (as [recommended by npm](https://docs.npmjs.com/misc/semver)). You should either be pinning the exact version of `esbuild` in your `package.json` file or be using a version range syntax that only accepts patch upgrades such as `^0.8.0`. See the documentation about [semver](https://docs.npmjs.com/misc/semver) for more information.

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

const esbuildVersion = "0.8.57"
const esbuildVersion = "0.9.0"
2 changes: 1 addition & 1 deletion npm/esbuild-darwin-64/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-darwin-64",
"version": "0.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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-wasm/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild-wasm",
"version": "0.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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.8.57",
"version": "0.9.0",
"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/package.json
@@ -1,6 +1,6 @@
{
"name": "esbuild",
"version": "0.8.57",
"version": "0.9.0",
"description": "An extremely fast JavaScript bundler and minifier.",
"repository": "https://github.com/evanw/esbuild",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.8.57
0.9.0

0 comments on commit 9064fea

Please sign in to comment.