Skip to content

Commit

Permalink
2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jun 10, 2023
1 parent aa8e143 commit ed23dce
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v2.2.7](https://github.com/bcomnes/siteup/compare/v2.2.6...v2.2.7)
## [v2.2.8](https://github.com/bcomnes/siteup/compare/v2.2.7...v2.2.8)

### Merged

- Bump esbuild from 0.17.19 to 0.18.0 [`#96`](https://github.com/bcomnes/siteup/pull/96)
- Bump dependency-cruiser from 12.12.2 to 13.0.0 [`#95`](https://github.com/bcomnes/siteup/pull/95)
- Bump coverallsapp/github-action from 1 to 2 [`#92`](https://github.com/bcomnes/siteup/pull/92)
- Bump coverallsapp/github-action from 1.2.3 to 1.2.4 [`#91`](https://github.com/bcomnes/siteup/pull/91)
- Bump coverallsapp/github-action from 1.2.2 to 1.2.3 [`#90`](https://github.com/bcomnes/siteup/pull/90)
- Bump coverallsapp/github-action from 1.2.0 to 1.2.2 [`#89`](https://github.com/bcomnes/siteup/pull/89)
- Bump coverallsapp/github-action from 1.1.3 to 1.2.0 [`#88`](https://github.com/bcomnes/siteup/pull/88)

### Commits

- Fix lint [`0404056`](https://github.com/bcomnes/siteup/commit/040405680ae4ed1d6aad7717dd7329eaa49bdb35)
- Use major version coveralls action [`2638652`](https://github.com/bcomnes/siteup/commit/2638652cde035007da8e163f6e7fc5a10627bc30)
- Remove unused deps [`7f641b0`](https://github.com/bcomnes/siteup/commit/7f641b07862d052f2c7ac7a5d75a1e83f363a575)

## [v2.2.7](https://github.com/bcomnes/siteup/compare/v2.2.6...v2.2.7) - 2023-02-23

### Merged

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siteup/cli",
"description": "siteup builds websites with html, md, css and js.",
"version": "2.2.7",
"version": "2.2.8",
"type": "module",
"exports": {
"import": "./index.js"
Expand Down

0 comments on commit ed23dce

Please sign in to comment.