Skip to content

Commit

Permalink
chore: Release v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
miyanokomiya committed Sep 16, 2024
1 parent 9952109 commit 82020d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.1.8] - 2024-09-16
### Fixed
- Fix invalid calculation of `getPathPointAtLength` that neglected the tail part.

## [3.1.7] - 2024-09-16
### Fixed
- Fix inaccurate calculation of `getPathPointAtLength`
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@miyanokomiya/okageo",
"version": "3.1.7",
"version": "3.1.8",
"exports": "./src/okageo.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okageo",
"version": "3.1.7",
"version": "3.1.8",
"description": "parse SVG to polygons",
"main": "./dist/okageo.js",
"module": "./dist/okageo.mjs",
Expand Down

0 comments on commit 82020d7

Please sign in to comment.