Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eglavin committed Sep 29, 2023
1 parent 0ec868d commit d609182
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# Standard Fork

## 1.2.0 (2023-09-29)


### Features

* add commit changed files step ([8fc0859](https://github.com/eglavin/standard-fork/commit/8fc08594b93b3011ba8139f8245ebc88ff2c5707))
* add git-semver-tags as fallback for no version found ([b958e8f](https://github.com/eglavin/standard-fork/commit/b958e8f5584142a3aafe4b2d75c97234eaa7d422))
* add tag changes step ([0ec868d](https://github.com/eglavin/standard-fork/commit/0ec868d9dde1a438a07dba31accd322ac016f83c))


### Chore

* add changelog presets to out config ([95019f4](https://github.com/eglavin/standard-fork/commit/95019f4f90babb8c388d83c1a888939377a1f57f))
* project init ([841e862](https://github.com/eglavin/standard-fork/commit/841e862cdc00863aaddd8668ea2daf088dcd0866))


### Refactor

* add changelog-spec defaults ([b807ec1](https://github.com/eglavin/standard-fork/commit/b807ec1c1d45b125932db59d3c7fe269c609989d))
* add conventional-changelog to create changelog content ([ace73ae](https://github.com/eglavin/standard-fork/commit/ace73aeb6203e76ca6599175bb1878bb04375040))
* add file system class ([cea1cb7](https://github.com/eglavin/standard-fork/commit/cea1cb7280370b6e2474810f2a9e2dfa70e2e190))
* add initial changelog file creation ([196047c](https://github.com/eglavin/standard-fork/commit/196047c8892b770073a5425f7ce6ae181a46a48a))
* add json file updater ([106f135](https://github.com/eglavin/standard-fork/commit/106f135bb695d724498fdc40e75ae4f23b53b875))
* add option to redirect console output + make silent flag work ([da9e80e](https://github.com/eglavin/standard-fork/commit/da9e80ed21538b25e33b2e08fd63e5e6d97e774e))
* add other package types to default outfiles ([95a9068](https://github.com/eglavin/standard-fork/commit/95a9068a3958137bafb2a57b7505dfcb81e1b9dc))
* add pre major check to recommended bump ([3df336d](https://github.com/eglavin/standard-fork/commit/3df336dd59d751b8c85141e4fd1c3de66f3e4ac6))
* add prerelease tagging ([3fd3ea6](https://github.com/eglavin/standard-fork/commit/3fd3ea6f780ab3d04c26e4ed71bfe4def393e7b7))
* added outfiles ([6f3afd0](https://github.com/eglavin/standard-fork/commit/6f3afd08261320baf7317f6f52681b6d7939fb86))
* change config to a function ([9a44837](https://github.com/eglavin/standard-fork/commit/9a448376b3375bf058708df22d6900fdcd010534))
* change get file function to return known type ([eb68964](https://github.com/eglavin/standard-fork/commit/eb6896439b21ab9c64b4e40a19fdc63b75ff9f48))
* cleanup configuration ([a5b6fea](https://github.com/eglavin/standard-fork/commit/a5b6feaa18f8e429df01fc169e66f47db88025ef))
* extract get file content function ([5589a33](https://github.com/eglavin/standard-fork/commit/5589a3335065cc503272a4b3ef475b66564bc923))
* remove extra new line in package files + add file name to bump output ([0520d6e](https://github.com/eglavin/standard-fork/commit/0520d6e9ccaca4c6571b89834e2483d78bf0af40))
* reordering config file ([bde6867](https://github.com/eglavin/standard-fork/commit/bde68676733430985728ab11a5735e6c14249feb))
* return config when reading + cleanup ([8555434](https://github.com/eglavin/standard-fork/commit/85554343a4f26d7b2cad3fe80e449b7943040160))
* working on configurations ([180f02e](https://github.com/eglavin/standard-fork/commit/180f02ee2f884adbfd17a586e8f1de0c1e3a09b7))


## 1.1.0 (2023-09-26)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standard-fork",
"version": "1.1.0",
"version": "1.2.0",
"description": "Replacement for standard version written with modern syntax",
"author": {
"name": "Eanna Glavin",
Expand Down

0 comments on commit d609182

Please sign in to comment.