Skip to content

Commit

Permalink
Bump version to v64
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jan 21, 2022
1 parent d9cd722 commit 10c10b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v64

- Fix Node.js `process` compatibility (close [#253](https://github.com/esm-dev/esm.sh/issues/253))
- Upgrade `deno.land/std/node` polyfill to **0.122.0**

## v63

- Add fs polyfill(fake) for browsers (close [#250](https://github.com/esm-dev/esm.sh/issues/250))
Expand Down
2 changes: 1 addition & 1 deletion server/consts.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package server

// ems.sh version
const VERSION = 63
const VERSION = 64

const (
pkgCacheTimeout = 10 * 60 // 10 minutes
Expand Down

0 comments on commit 10c10b9

Please sign in to comment.