Skip to content

Commit afbadb8

Browse files
committed
chore(release): 8.0.0
1 parent 085af45 commit afbadb8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [8.0.0](https://github.com/foray1010/ignore-sync/compare/v7.0.1...v8.0.0) (2024-12-20)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- require node `^18.12.0 || >=20.9.0`
10+
11+
### Bug Fixes
12+
13+
- **deps:** update dependency axios to v1.5.1 ([524eac8](https://github.com/foray1010/ignore-sync/commit/524eac8d6966b5d778ccf539820406717e9ab4e6))
14+
- **deps:** update dependency fast-glob to v3.3.1 ([a78abe2](https://github.com/foray1010/ignore-sync/commit/a78abe207f0be169841a3e40965deb88d50c4e8c))
15+
- **deps:** update dependency ramda to v0.29.1 ([406abca](https://github.com/foray1010/ignore-sync/commit/406abca97c5c4f4103d122b5b7768d963a2b424c))
16+
- ensure postinstall always succeeds ([ea27ed4](https://github.com/foray1010/ignore-sync/commit/ea27ed459d1cca69812f5a8b8155b9a3d2467c13))
17+
18+
- require node `^18.12.0 || >=20.9.0` ([04db7c9](https://github.com/foray1010/ignore-sync/commit/04db7c9d504f4a2507c8aacec292eff32851408c))
19+
520
### [7.0.1](https://github.com/foray1010/ignore-sync/compare/v7.0.0...v7.0.1) (2023-05-17)
621

722
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "ignore-sync",
4-
"version": "7.0.1",
4+
"version": "8.0.0",
55
"description": "a CLI tool to build and sync *ignore files across files and repositories",
66
"keywords": [
77
".dockerignore",

0 commit comments

Comments
 (0)