Skip to content

Commit 4428340

Browse files
committed
chore(release): 2.2.0
1 parent 4ef4a81 commit 4428340

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.2.0](https://github.com/Profiscience/true-case-path/compare/v2.0.0...v2.2.0) (2019-07-24)
6+
7+
8+
### Build System
9+
10+
* Add standard-version ([e9b6ab8](https://github.com/Profiscience/true-case-path/commit/e9b6ab8))
11+
12+
13+
### Features
14+
15+
* Add optional basePath argument for selective case-correction ([d5b3d2c](https://github.com/Profiscience/true-case-path/commit/d5b3d2c)), closes [barsh/true-case-path#2](https://github.com/Profiscience/true-case-path/issues/2) [gatsbyjs/gatsby#15876](https://github.com/Profiscience/true-case-path/issues/15876)
16+
17+
18+
519
## [2.1.0](https://github.com/Profiscience/true-case-path/compare/v2.0.0...v2.1.0) (2019-07-24)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "true-case-path",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)