Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
feat: add conventional-changelog and version npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Gerasimovich committed Oct 20, 2021
1 parent 7580316 commit 91fc1e3
Show file tree
Hide file tree
Showing 4 changed files with 2,060 additions and 258 deletions.
96 changes: 96 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
## [2.0.3](https://github.com/hotepp/create-next-app-extended/compare/2.0.2...2.0.3) (2021-08-02)


### Bug Fixes

* bump version ([4439652](https://github.com/hotepp/create-next-app-extended/commit/443965296a6680038af3282c7658c2fcda4ace86))


### Features

* disable ESLint on build, update dependencies ([05fa850](https://github.com/hotepp/create-next-app-extended/commit/05fa85007746dd859743f3b8ec89935d87771391))



## [2.0.2](https://github.com/hotepp/create-next-app-extended/compare/2.0.1...2.0.2) (2021-06-19)


### Bug Fixes

* update bulma, sass and some other deps ([609b608](https://github.com/hotepp/create-next-app-extended/commit/609b608856965764d633ab2fcee9147d1c5adc69))
* update cnax and next versions in README.md ([de4eaad](https://github.com/hotepp/create-next-app-extended/commit/de4eaadb439d03fb8921ab995b55fd178abb9e03))



## [2.0.1](https://github.com/hotepp/create-next-app-extended/compare/2.0.0...2.0.1) (2021-06-15)


### Bug Fixes

* remove .next/ from git ([484ec40](https://github.com/hotepp/create-next-app-extended/commit/484ec4099a629df6b7dd89c80f7cc82235c77b0e))


### Features

* maintenance ([e480d96](https://github.com/hotepp/create-next-app-extended/commit/e480d96f6a6b03c4c42fcc49ba9ba5bed1a3e1a6))



# [2.0.0](https://github.com/hotepp/create-next-app-extended/compare/1.3.0...2.0.0) (2021-04-15)


### Bug Fixes

* update README.md ([e0482a3](https://github.com/hotepp/create-next-app-extended/commit/e0482a302301fa80c2a8b609a41422d822bc1938))
* update release ([9668d18](https://github.com/hotepp/create-next-app-extended/commit/9668d1899d67d530bc67542ec1fed27582aa8569))


### Features

* rebuild the demo; rebuild the structure; update dependencies; small fixes ([47b8188](https://github.com/hotepp/create-next-app-extended/commit/47b8188ba66233fd6c395714c09380e44df6e80b))



# [1.3.0](https://github.com/hotepp/create-next-app-extended/compare/1.2.3...1.3.0) (2021-03-23)


### Bug Fixes

* update pre-commit, README.md ([8567a8c](https://github.com/hotepp/create-next-app-extended/commit/8567a8caf3afbc024398a06c09b8dd4122a565ca))


### Features

* update deps; add eslint and stylelint webpack plugins; update styles; update structure ([e919670](https://github.com/hotepp/create-next-app-extended/commit/e9196706562981d844cfde361292dca86986c73e))



## [1.2.3](https://github.com/hotepp/create-next-app-extended/compare/1.2.2...1.2.3) (2021-01-09)


### Features

* remove unnecessary files and deps; update start page; update config files ([409ded7](https://github.com/hotepp/create-next-app-extended/commit/409ded7a0ea40c64541bb0a094ee9a8dea2a8a5f))



## [1.2.2](https://github.com/hotepp/create-next-app-extended/compare/1.2.1...1.2.2) (2021-01-09)



## [1.2.1](https://github.com/hotepp/create-next-app-extended/compare/1.2.0...1.2.1) (2020-11-04)



# [1.2.0](https://github.com/hotepp/create-next-app-extended/compare/1.1.0...1.2.0) (2020-11-02)



# [1.1.0](https://github.com/hotepp/create-next-app-extended/compare/1.0.0...1.1.0) (2020-08-06)



# 1.0.0 (2020-06-02)



3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create Next App eXtended v.2.0.3
# Create Next App eXtended v.2.1.0

> "next": "11.1.2"
Expand Down Expand Up @@ -77,6 +77,7 @@ And it can be configured in any preferrable way. Enjoy!
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"conventional-changelog-cli": "^2.1.1",
"eslint": "^8.0.1",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
Expand Down
Loading

0 comments on commit 91fc1e3

Please sign in to comment.