diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e161420 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +## [0.0.16](https://github.com/ytetsuro/sabik/compare/0.0.15...0.0.16) (2022-03-27) + + +### Bug Fixes + +* `/` to `path.sep` ([6a073f1](https://github.com/ytetsuro/sabik/commit/6a073f137a3787a5712b4e8a7ec348f25e1ea4ad)) +* support windows filepath. ([133a4c2](https://github.com/ytetsuro/sabik/commit/133a4c221f5aa1f600a2a3ae13571296094f3afb)) +* upgrade codemirror from 5.65.1 to 5.65.2 ([3eb26ba](https://github.com/ytetsuro/sabik/commit/3eb26ba11f27300cb667385c17c0445cbb836503)) +* upgrade core-js from 3.20.3 to 3.21.0 ([d3a4e00](https://github.com/ytetsuro/sabik/commit/d3a4e008b452853bce81df7c2515b52e49d5dab7)) +* upgrade core-js from 3.21.0 to 3.21.1 ([0f4c2a8](https://github.com/ytetsuro/sabik/commit/0f4c2a86664cffe0e45960c85247119e53919c4d)) +* upgrade esbuild from 0.14.21 to 0.14.22 ([8d37824](https://github.com/ytetsuro/sabik/commit/8d37824892b461a7df5fb903b80e8bad38438498)) +* upgrade postcss from 8.4.5 to 8.4.6 ([80102bb](https://github.com/ytetsuro/sabik/commit/80102bb6c0d75ff8579db8037c2c34a3e06a7ba4)) +* upgrade postcss from 8.4.6 to 8.4.7 ([67d07d0](https://github.com/ytetsuro/sabik/commit/67d07d07e41ed1cdd605181be1b7b050c3dca235)) +* upgrade typescript from 4.5.5 to 4.6.2 ([9f87662](https://github.com/ytetsuro/sabik/commit/9f87662d497ae4d4c3dc280fc1795d3107f47318)) diff --git a/package-lock.json b/package-lock.json index 39e7e07..12435d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sabik", - "version": "0.0.15", + "version": "0.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sabik", - "version": "0.0.15", + "version": "0.0.16", "license": "MIT", "dependencies": { "@types/codemirror": "0.0.109", diff --git a/package.json b/package.json index 03820a4..0a42116 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sabik", "description": "Source code metrics tool.", - "version": "0.0.15", + "version": "0.0.16", "author": "iBotchME (@ytetsuro)", "bin": { "sabik": "./bin/run"