Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Oct 2, 2024
1 parent f7dd39d commit 49d0818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## v2.0.0

- No default module export, now must be imported like
```js
import { SphericalMercator } from '@mapbox/sphericalmercator'
```

import { SphericalMercator } from '@mapbox/sphericalmercator'
- No default module export
- Migrate project to Typescript
- Use GitHub Actions
- Test with Node.js v20.x
- Use vitest for running tests
- Remove the bin commands, which were undocumented and not tested

## v1.2.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapbox/sphericalmercator",
"description": "Transformations between the Web Mercator projection and Latitude Longitude coordinates",
"version": "2.0.0-dev.1",
"version": "2.0.0",
"licenses": [
{
"type": "BSD"
Expand Down

0 comments on commit 49d0818

Please sign in to comment.