Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 29, 2024
1 parent bb51cf0 commit b853744
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog


## v0.0.1


### 🚀 Enhancements

- Add all dependencies for repository maintenance ([dde7a9c](https://github.com/HugoRCD/default-repository/commit/dde7a9c))
- Add placeholder test ([647fa89](https://github.com/HugoRCD/default-repository/commit/647fa89))
- Add antfu eslint config ([115cb44](https://github.com/HugoRCD/default-repository/commit/115cb44))
- Add typescript ([b9f87a9](https://github.com/HugoRCD/default-repository/commit/b9f87a9))
- Add lint option to commit-msg ([c55e897](https://github.com/HugoRCD/default-repository/commit/c55e897))

### 🩹 Fixes

- Update workflow to match new commit style ([28c7539](https://github.com/HugoRCD/default-repository/commit/28c7539))
- Lint issue ([1fa5aa5](https://github.com/HugoRCD/default-repository/commit/1fa5aa5))
- Still fixing lint issue ([3232965](https://github.com/HugoRCD/default-repository/commit/3232965))

### 💅 Refactors

- Repository key in package.json ([663b93f](https://github.com/HugoRCD/default-repository/commit/663b93f))
- Build docs on pr ([ef03f59](https://github.com/HugoRCD/default-repository/commit/ef03f59))
- Issue template ([8b60722](https://github.com/HugoRCD/default-repository/commit/8b60722))

### 📖 Documentation

- Update contributing ([b6c8a0c](https://github.com/HugoRCD/default-repository/commit/b6c8a0c))
- Update pr template ([c9f5b68](https://github.com/HugoRCD/default-repository/commit/c9f5b68))

### 🏡 Chore

- Apply automated lint fixes ([0031070](https://github.com/HugoRCD/default-repository/commit/0031070))
- Apply automated lint fixes ([e8ef55d](https://github.com/HugoRCD/default-repository/commit/e8ef55d))
- Apply automated lint fixes ([c7c4398](https://github.com/HugoRCD/default-repository/commit/c7c4398))
- Add changelogen ([bb51cf0](https://github.com/HugoRCD/default-repository/commit/bb51cf0))

### ✅ Tests

- Add coverage generation ([b925c00](https://github.com/HugoRCD/default-repository/commit/b925c00))
- Add another test ([26ded30](https://github.com/HugoRCD/default-repository/commit/26ded30))

### ❤️ Contributors

- HugoRCD ([@HugoRCD](http://github.com/HugoRCD))

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "default-repository",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"packageManager": "bun@1.0.30",
"description": "default repository for HugoRCD",
Expand Down Expand Up @@ -53,4 +53,4 @@
]
}
}
}
}

0 comments on commit b853744

Please sign in to comment.