Skip to content

Commit

Permalink
Merge pull request #5 from detj/release-please--branches--main--compo…
Browse files Browse the repository at this point in the history
…nents--semverflation

chore(main): release 1.0.5
  • Loading branch information
detj authored May 19, 2022
2 parents 7d10066 + b715136 commit fed8358
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [1.0.5](https://github.com/detj/semverflation/compare/v1.0.4...v1.0.5) (2022-05-19)


### Bug Fixes

* default export ([2d3ed65](https://github.com/detj/semverflation/commit/2d3ed6514a1ed70258115247b73564b6e0b88de3))
* remove dead code ([7d10066](https://github.com/detj/semverflation/commit/7d100668a8fe4d92091cb8a12bfd7509c6f1e9f7))

### [1.0.4](https://github.com/detj/semverflation/compare/v1.0.3...v1.0.4) (2022-05-18)


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": "semverflation",
"version": "1.0.4",
"version": "1.0.5",
"description": "Calculate frequency of semver major bumps over time",
"exports": "./index.js",
"type": "module",
Expand Down

0 comments on commit fed8358

Please sign in to comment.