Skip to content

Commit

Permalink
Merge pull request #61 from azavea/release/1.0.0
Browse files Browse the repository at this point in the history
Release/1.0.0
  • Loading branch information
ddohler authored Mar 17, 2021
2 parents 6d02f10 + 2a2bc1c commit 03fc55c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Upcoming release

## 1.0.0 (2021-03-17)
- No changes from RC.2 except dependency updates

## 1.0.0-rc.2 (2020-10-30)
- Add information on contributing to the README
- Apply code auto-formatting
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loam",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"description": "Javascript wrapper for GDAL in the browser",
"main": "lib/loam.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2664,9 +2664,9 @@ inherits@2.0.3:
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=

ini@~1.3.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
version "1.3.7"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84"
integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==

inquirer@^3.0.6:
version "3.3.0"
Expand Down

0 comments on commit 03fc55c

Please sign in to comment.