Skip to content

Commit b2f61df

Browse files
github-actions[bot]Jumace
authored andcommitted
chore(main): release 3.0.0
1 parent a852cbf commit b2f61df

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55

66
* add husky hooks and imrove test coverage ([caeff1a](https://git.sinnerschrader.com/deven/documentation-skeleton/commit/caeff1a11f517fb520cd1dff08bb516f77196d07))
77

8+
## [3.0.0](https://github.com/deven-org/documentation-skeleton/compare/v2.1.0...v3.0.0) (2024-03-05)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* make documentation directory optional
14+
* remove backup functionality
15+
16+
### Features
17+
18+
* make documentation directory optional ([ecb2909](https://github.com/deven-org/documentation-skeleton/commit/ecb29097030238b035390177dfb2766ede71e2bc))
19+
* remove backup functionality ([12ea57a](https://github.com/deven-org/documentation-skeleton/commit/12ea57af3d4c6ecef48d7da20c95eec7581ffae3))
20+
* rename folder from doc to docs ([09f1ad5](https://github.com/deven-org/documentation-skeleton/commit/09f1ad51dcbff4c0bb50d7dee3a85697be97b393))
21+
22+
23+
### Bug Fixes
24+
25+
* add prompt for existing documentation directory if renamed ([5c1532d](https://github.com/deven-org/documentation-skeleton/commit/5c1532d6ecfa7da6620266e6626b9b24c124b75e))
26+
* enable and optimize husky hooks ([007b0bc](https://github.com/deven-org/documentation-skeleton/commit/007b0bc1101913d3fbdd66bff51b68fac7612c70))
27+
828
## [2.1.0](https://github.com/deven-org/documentation-skeleton/compare/v1.4.0...v2.1.0) (2023-11-14)
929

1030

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deven-org/documentation-skeleton",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "@deven-org/documentation-skeleton is built to work with NodeJS. It clones the deven's documentation skeleton in your project, provides information about the documentation coverage and help to you identify and clone the missing chapters.",
55
"source": "src/index.ts",
66
"main": "dist/main.js",

0 commit comments

Comments
 (0)