Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Jumace committed Mar 5, 2024
1 parent a852cbf commit b2f61df
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@

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

## [3.0.0](https://github.com/deven-org/documentation-skeleton/compare/v2.1.0...v3.0.0) (2024-03-05)


### ⚠ BREAKING CHANGES

* make documentation directory optional
* remove backup functionality

### Features

* make documentation directory optional ([ecb2909](https://github.com/deven-org/documentation-skeleton/commit/ecb29097030238b035390177dfb2766ede71e2bc))
* remove backup functionality ([12ea57a](https://github.com/deven-org/documentation-skeleton/commit/12ea57af3d4c6ecef48d7da20c95eec7581ffae3))
* rename folder from doc to docs ([09f1ad5](https://github.com/deven-org/documentation-skeleton/commit/09f1ad51dcbff4c0bb50d7dee3a85697be97b393))


### Bug Fixes

* add prompt for existing documentation directory if renamed ([5c1532d](https://github.com/deven-org/documentation-skeleton/commit/5c1532d6ecfa7da6620266e6626b9b24c124b75e))
* enable and optimize husky hooks ([007b0bc](https://github.com/deven-org/documentation-skeleton/commit/007b0bc1101913d3fbdd66bff51b68fac7612c70))

## [2.1.0](https://github.com/deven-org/documentation-skeleton/compare/v1.4.0...v2.1.0) (2023-11-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deven-org/documentation-skeleton",
"version": "2.1.0",
"version": "3.0.0",
"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.",
"source": "src/index.ts",
"main": "dist/main.js",
Expand Down

0 comments on commit b2f61df

Please sign in to comment.