Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Feb 26, 2024
1 parent 9249cc5 commit 7715485
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
37 changes: 34 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,42 @@
## 0.6.0 (2024-02-26)

* chore: add release script ([7981fdb](https://github.com/posthtml/posthtml-postcss/commit/7981fdb))
* chore: update file name in package.json ([ba79577](https://github.com/posthtml/posthtml-postcss/commit/ba79577))
* chore: update package.json ([685600c](https://github.com/posthtml/posthtml-postcss/commit/685600c))
* chore: update package.json ([7c50071](https://github.com/posthtml/posthtml-postcss/commit/7c50071))
* chore: update package.json ([8d7af9b](https://github.com/posthtml/posthtml-postcss/commit/8d7af9b))
* chore: update readme.md ([ad65608](https://github.com/posthtml/posthtml-postcss/commit/ad65608))
* chore: uppercase some file names ([932d74d](https://github.com/posthtml/posthtml-postcss/commit/932d74d))
* build(deps): add dependabot.yml ([d26e60a](https://github.com/posthtml/posthtml-postcss/commit/d26e60a))
* build(deps): bump browserslist from 4.14.7 to 4.16.6 ([86a3286](https://github.com/posthtml/posthtml-postcss/commit/86a3286))
* build(deps): bump elliptic from 6.5.3 to 6.5.4 ([93c4959](https://github.com/posthtml/posthtml-postcss/commit/93c4959))
* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([31cfe86](https://github.com/posthtml/posthtml-postcss/commit/31cfe86))
* build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ([8b44e49](https://github.com/posthtml/posthtml-postcss/commit/8b44e49))
* build(deps): bump ini from 1.3.5 to 1.3.8 ([849ffdf](https://github.com/posthtml/posthtml-postcss/commit/849ffdf))
* build(deps): bump lodash from 4.17.20 to 4.17.21 ([c181ab4](https://github.com/posthtml/posthtml-postcss/commit/c181ab4))
* build(deps): bump normalize-url from 4.5.0 to 4.5.1 ([403f46a](https://github.com/posthtml/posthtml-postcss/commit/403f46a))
* build(deps): bump y18n from 4.0.0 to 4.0.1 ([29f09fa](https://github.com/posthtml/posthtml-postcss/commit/29f09fa))
* build(deps): require node 16 ([fbc8f16](https://github.com/posthtml/posthtml-postcss/commit/fbc8f16))
* build(deps): update dependencies ([485ff03](https://github.com/posthtml/posthtml-postcss/commit/485ff03))
* build(deps): use np for releases ([81e2b84](https://github.com/posthtml/posthtml-postcss/commit/81e2b84))
* test: migrate to vitest ([359d60b](https://github.com/posthtml/posthtml-postcss/commit/359d60b))
* test: use from option ([b5d2656](https://github.com/posthtml/posthtml-postcss/commit/b5d2656))
* ci: update github workflow ([aff0d19](https://github.com/posthtml/posthtml-postcss/commit/aff0d19))
* ci: update workflow ([723d146](https://github.com/posthtml/posthtml-postcss/commit/723d146))
* buid(deps): require node 14+ ([4773398](https://github.com/posthtml/posthtml-postcss/commit/4773398))
* style: switch to eslint ([1fb11bb](https://github.com/posthtml/posthtml-postcss/commit/1fb11bb))



## 0.5.0 (2021-01-22)

* build: fix linter pkg, close #38 ([19a53fe](https://github.com/posthtml/posthtml-postcss/commit/19a53fe)), closes [#38](https://github.com/posthtml/posthtml-postcss/issues/38)
* build: rebuild ([a8a0b96](https://github.com/posthtml/posthtml-postcss/commit/a8a0b96))
* style: lintafter change linter ([da2b0b5](https://github.com/posthtml/posthtml-postcss/commit/da2b0b5))
* 0.5.0 ([aae729d](https://github.com/posthtml/posthtml-postcss/commit/aae729d))
* Match the indentation size in editorconfig ([8325e51](https://github.com/posthtml/posthtml-postcss/commit/8325e51))
* Pass "from" option to PostCSS ([611661a](https://github.com/posthtml/posthtml-postcss/commit/611661a))
* Update funding.yml ([a5398f4](https://github.com/posthtml/posthtml-postcss/commit/a5398f4))
* build: fix linter pkg, close #38 ([19a53fe](https://github.com/posthtml/posthtml-postcss/commit/19a53fe)), closes [#38](https://github.com/posthtml/posthtml-postcss/issues/38)
* build: rebuild ([a8a0b96](https://github.com/posthtml/posthtml-postcss/commit/a8a0b96))
* style: lintafter change linter ([da2b0b5](https://github.com/posthtml/posthtml-postcss/commit/da2b0b5))
* docs: add filePath in example ([cfe8a96](https://github.com/posthtml/posthtml-postcss/commit/cfe8a96))


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": "posthtml-postcss",
"version": "0.5.0",
"version": "0.6.0",
"description": "Use PostCSS with PostHTML",
"license": "MIT",
"repository": "posthtml/posthtml-postcss",
Expand Down

0 comments on commit 7715485

Please sign in to comment.