Skip to content

Commit 4ef4a81

Browse files
committed
chore(release): 2.1.0
1 parent e9b6ab8 commit 4ef4a81

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
# Change Log
1+
# Changelog
2+
3+
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.
4+
5+
## [2.1.0](https://github.com/Profiscience/true-case-path/compare/v2.0.0...v2.1.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+
218

319
# 2.0.0 (2019-04-26)
420

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.0.0",
3+
"version": "2.1.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)