Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 13, 2024
1 parent 39ce35e commit ed8512b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"2.0.0"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [2.0.0](https://github.com/voxpelli/chai-posix-path/compare/v1.0.0...v2.0.0) (2024-09-13)


### ⚠ BREAKING CHANGES

* drop node 16

### 🩹 Fixes

* drop node 16 ([4a44a20](https://github.com/voxpelli/chai-posix-path/commit/4a44a208d01579cafe6ac8d6815237dbf875161c))


### 🧹 Chores

* **deps:** update dev dependencies ([59fb6e6](https://github.com/voxpelli/chai-posix-path/commit/59fb6e6dd8f4fb757138f9861e1f172eb6c8f1c8))
* **deps:** use neostandard linting ([8a06ecc](https://github.com/voxpelli/chai-posix-path/commit/8a06ecc0a169592badc82c1073ce6e5750e48ce5))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chai-posix-path",
"version": "1.0.0",
"version": "2.0.0",
"description": "Checks whether a string path matches a posix path",
"homepage": "http://github.com/voxpelli/chai-posix-path",
"repository": {
Expand Down

0 comments on commit ed8512b

Please sign in to comment.