Skip to content

Commit

Permalink
πŸ”– v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecarr committed Nov 17, 2021
1 parent ad382bd commit fe77d7a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

<a name="0.1.0"></a>
## 0.1.0 (2021-11-17)

### Added

- πŸŽ‰ Initial commit [[aa9feb1](https://github.com/moducate/houston/commit/aa9feb1c5820d74cdbdc2096567c2e93830996eb)]

### Fixed

- ✏️ Typo in shields.io badge [[300e402](https://github.com/moducate/houston/commit/300e402a5355b52f3f651c77274af87c3e643ae5)]

### Miscellaneous

- πŸ“ Removed redundant markdown files [[ad382bd](https://github.com/moducate/houston/commit/ad382bd42b77a8b0741a20e4282a29c8a0231dfe)]
- πŸ“ Added README [[f4176fa](https://github.com/moducate/houston/commit/f4176fa9108b88bd3f062431b9ab7560886c8a68)]
- πŸ”¨ Added automatic changelog gen [[217bb51](https://github.com/moducate/houston/commit/217bb51f48d39637ba0ffd8946173cb093ef6e43)]
- Initial commit [[6788dec](https://github.com/moducate/houston/commit/6788dec86032fd576c6ff2fb97962f86a9f24a52)]


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
],
"scripts": {
"build": "siroc build",
"changelog": "gitmoji-changelog",
"lint": "yarn lint:eslint",
"lint:eslint": "eslint --ext .ts --fix .",
"prepack": "yarn build",
"changelog": "gitmoji-changelog"
"prepack": "yarn build"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^7.0.2",
Expand Down

0 comments on commit fe77d7a

Please sign in to comment.