Skip to content

Commit ed8512b

Browse files
chore(main): release 2.0.0 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39ce35e commit ed8512b

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.0"}
1+
{".":"2.0.0"}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/voxpelli/chai-posix-path/compare/v1.0.0...v2.0.0) (2024-09-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop node 16
9+
10+
### 🩹 Fixes
11+
12+
* drop node 16 ([4a44a20](https://github.com/voxpelli/chai-posix-path/commit/4a44a208d01579cafe6ac8d6815237dbf875161c))
13+
14+
15+
### 🧹 Chores
16+
17+
* **deps:** update dev dependencies ([59fb6e6](https://github.com/voxpelli/chai-posix-path/commit/59fb6e6dd8f4fb757138f9861e1f172eb6c8f1c8))
18+
* **deps:** use neostandard linting ([8a06ecc](https://github.com/voxpelli/chai-posix-path/commit/8a06ecc0a169592badc82c1073ce6e5750e48ce5))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-posix-path",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Checks whether a string path matches a posix path",
55
"homepage": "http://github.com/voxpelli/chai-posix-path",
66
"repository": {

0 commit comments

Comments
 (0)