Skip to content

Commit

Permalink
Merge pull request #17 from erkoware/release-please--branches--dev--c…
Browse files Browse the repository at this point in the history
…omponents--eslint-config-ts

chore(dev): release 0.3.0-alpha.2
  • Loading branch information
l0tze authored Apr 7, 2024
2 parents 28acca8 + 8915a17 commit f7c6876
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.3.0-alpha.2](https://github.com/erkoware/typescript-style/compare/v0.3.0-alpha.1...v0.3.0-alpha.2) (2024-04-07)


### Features

* :sparkles: add option for editorconfig ([2a92b80](https://github.com/erkoware/typescript-style/commit/2a92b80be5c0637fe4b467d72691ea9da5cf94e8))
* ✨refactor to use new flatConfig ([9a9eff7](https://github.com/erkoware/typescript-style/commit/9a9eff77307d6fcacc0d4411054e1162ba8b7ce7))
* update README ([a8d4f9b](https://github.com/erkoware/typescript-style/commit/a8d4f9b5bd2dc0c268ed0ac9b63bad2190e0a805))
* update README ([1b21774](https://github.com/erkoware/typescript-style/commit/1b21774e8ea69132848f53ebdc8376f326085ef2))


### Bug Fixes

* action ([fa8cafc](https://github.com/erkoware/typescript-style/commit/fa8cafc455313fd0a97899bdded2085ae0b07624))


### Miscellaneous Chores

* 0.3.0-alpha.1 release ([eace7d7](https://github.com/erkoware/typescript-style/commit/eace7d79821162d56d06ac8121a9050ce79ff9cb))
* release alpha ([28acca8](https://github.com/erkoware/typescript-style/commit/28acca8a26ee71c2556a9910ecd4a8696e4776a9))

## [0.4.0-alpha.1](https://github.com/erkoware/typescript-style/compare/v0.3.0-alpha.1...v0.4.0-alpha.1) (2024-04-07)


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": "@erkoware/eslint-config-ts",
"version": "0.4.0-alpha.1",
"version": "0.3.0-alpha.2",
"description": "Default lint rules for TypeScript projects",
"main": "./src/index.js",
"type": "module",
Expand Down

0 comments on commit f7c6876

Please sign in to comment.