github vercel/vercel 0.29.0

latest releases: @vercel/next@4.2.3, vercel@34.1.3, @vercel/python@4.2.0...
7 years ago

Minor Changes

Thanks to @ericf, it's now possible to specify environment variables by adding them to the now.env property in your project's package.json file (if you don't want to use -e):

"now": {
  "env": {
    "foo": "bar"
  }
}

The above is the same as running:

$ now -e foo=bar

Patches

  • Fixed some linter errors: #131
  • Removed delta character from README.md until it works cross-platform: f7bd36e
  • We now support glob patterns in the files property in your package.json: #127
  • Removed minimatch dependency: #108
  • Adding special files to your project's root directory prevented the deployment (we fixed that): #112
  • Fixed path for test fixtures: 96d9382
  • Bumped all dependencies to the latest version: 026e2cd, da3278f and 48fea47

Don't miss a new vercel release

NewReleases is sending notifications on new releases.