Skip to content

Commit

Permalink
chore(main): release lorem-ipsum-generator 0.2.1 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 13, 2024
1 parent 8d95f12 commit f492741
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/hugomods/lorem-ipsum-generator/compare/lorem-ipsum-generator-v0.2.0...lorem-ipsum-generator-v0.2.1) (2024-06-13)


### Bug Fixes 🐞

* update keywords ([8d95f12](https://github.com/hugomods/lorem-ipsum-generator/commit/8d95f12fd680752afd8d9527b7f052616f56621f))

## [0.2.0](https://github.com/hugomods/lorem-ipsum-generator/compare/lorem-ipsum-generator-v0.1.1...lorem-ipsum-generator-v0.2.0) (2024-06-13)


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.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugomods/lorem-ipsum-generator",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/hugomods/lorem-ipsum-generator.git"
Expand All @@ -10,7 +10,13 @@
"bugs": {
"url": "https://github.com/hugomods/lorem-ipsum-generator/issues"
},
"keywords": ["hugo", "lorem", "ipsum", "dummy", "markdown"],
"keywords": [
"hugo",
"lorem",
"ipsum",
"dummy",
"markdown"
],
"homepage": "https://github.com/hugomods/lorem-ipsum-generator",
"devDependencies": {
"@hugomods/prettier-config": "^0.1.0",
Expand Down

0 comments on commit f492741

Please sign in to comment.