Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2024-07-21)

### Features

* ESM Module + demo with vite instead of webpack ([ddaa800](ddaa800))

### BREAKING CHANGES

* remove cjs support and use modern es6 ESM module instead
  • Loading branch information
semantic-release-bot committed Jul 21, 2024
1 parent 0171fd4 commit d2e7240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapserver-wasm",
"version": "1.0.0",
"version": "2.0.0",
"description": "WebAssembly version of MapServer with a dispatchRequest interface",
"author": "Paul Lange <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit d2e7240

Please sign in to comment.