Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-05-19)

### Bug Fixes

* add note in README about how to use ([80e9893](80e9893))
* update `package.json` with new repo urls ([fffe251](fffe251))
* use double quotes for dedicated css styling files where possible ([c4b8437](c4b8437))

### Features

* add prettier configuration ([34ff731](34ff731))
* setup workflows & automatic releases ([#3](#3)) ([91a6d93](91a6d93))
  • Loading branch information
semantic-release-bot committed May 19, 2022
1 parent 91a6d93 commit 07b6995
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 1.0.0 (2022-05-19)


### Bug Fixes

* add note in README about how to use ([80e9893](https://github.com/ackama/prettier-config-ackama/commit/80e98935c1695e3aee8ffa30f0b08b1b47ac6fbc))
* update `package.json` with new repo urls ([fffe251](https://github.com/ackama/prettier-config-ackama/commit/fffe251c679f881639fdb10a2746693110e72c02))
* use double quotes for dedicated css styling files where possible ([c4b8437](https://github.com/ackama/prettier-config-ackama/commit/c4b843787d8ff9e107706abd556049a65cd2d39f))


### Features

* add prettier configuration ([34ff731](https://github.com/ackama/prettier-config-ackama/commit/34ff731db58397668a0fbd808622732f0fbf6968))
* setup workflows & automatic releases ([#3](https://github.com/ackama/prettier-config-ackama/issues/3)) ([91a6d93](https://github.com/ackama/prettier-config-ackama/commit/91a6d936ffd2374765e53d02ea6a6a1e9ab899c7))
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": "prettier-config-ackama",
"version": "0.1.2",
"version": "1.0.0",
"description": "Standard Prettier configuration for Ackama projects.",
"homepage": "https://github.com/ackama/prettier-config-ackama#readme",
"repository": {
Expand Down

0 comments on commit 07b6995

Please sign in to comment.