Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Faust committed Oct 10, 2019
1 parent 0c86077 commit c25bae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sled",
"version": "1.2.2",
"version": "1.2.3",
"description": "react-sled is a carousel made with react-spring.",
"author": "AndreasFaust",
"license": "MIT",
Expand Down Expand Up @@ -84,4 +84,4 @@
"release:patch": "yarn build && git add . && changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
}
}
}

0 comments on commit c25bae5

Please sign in to comment.