Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#177)
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] committed Aug 2, 2023
1 parent 216b336 commit bbb1dd0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v1.2.0...v2.0.0) (2023-08-02)


### ⚠ BREAKING CHANGES

* allow processing to be disabled (resolves #174) ([#176](https://github.com/fluid-project/eleventy-plugin-fluid/issues/176))

### Features

* add shared Markdown configuration and renderString shortcode (resolves [#158](https://github.com/fluid-project/eleventy-plugin-fluid/issues/158)) ([#179](https://github.com/fluid-project/eleventy-plugin-fluid/issues/179)) ([88f9c3b](https://github.com/fluid-project/eleventy-plugin-fluid/commit/88f9c3b616d079ab0fb4019d7e72f3b4a9745810))
* allow processing to be disabled (resolves [#174](https://github.com/fluid-project/eleventy-plugin-fluid/issues/174)) ([#176](https://github.com/fluid-project/eleventy-plugin-fluid/issues/176)) ([10c6b0c](https://github.com/fluid-project/eleventy-plugin-fluid/commit/10c6b0c00002e5006effe9340c7ce8e0f323a26b))
* include localization utilities in eleventy-plugin-fluid ([#184](https://github.com/fluid-project/eleventy-plugin-fluid/issues/184)) ([216b336](https://github.com/fluid-project/eleventy-plugin-fluid/commit/216b3368e629309ef710e8df75bea2c8afe4c337))
* process JavaScript with esbuild (resolves [#4](https://github.com/fluid-project/eleventy-plugin-fluid/issues/4)) ([#175](https://github.com/fluid-project/eleventy-plugin-fluid/issues/175)) ([a417a8f](https://github.com/fluid-project/eleventy-plugin-fluid/commit/a417a8f2dd7094c73dee0add118601d124b7540b))
* process JS in an event rather than as a template format ([#180](https://github.com/fluid-project/eleventy-plugin-fluid/issues/180)) ([df8120f](https://github.com/fluid-project/eleventy-plugin-fluid/commit/df8120fefc1d48eb1ea59c934a4912427822908e))
* use Eleventy configuration for basePaths ([df8120f](https://github.com/fluid-project/eleventy-plugin-fluid/commit/df8120fefc1d48eb1ea59c934a4912427822908e))


### Bug Fixes

* resolve issue where use of eleventyConfig variables omitted files ([#181](https://github.com/fluid-project/eleventy-plugin-fluid/issues/181)) ([eccd990](https://github.com/fluid-project/eleventy-plugin-fluid/commit/eccd990232044cafb3cb91a62cba6e8f06321ffb))
* resolve missing forward slash in configuration ([#182](https://github.com/fluid-project/eleventy-plugin-fluid/issues/182)) ([271b6c8](https://github.com/fluid-project/eleventy-plugin-fluid/commit/271b6c8d18606b53cafee7244a9055479011f39c))

## [1.2.0](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v1.1.0...v1.2.0) (2023-07-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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-plugin-fluid",
"version": "1.2.0",
"version": "2.0.0",
"description": "Eleventy plugin which provides common filters, shortcodes and transforms for Fluid Project websites.",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit bbb1dd0

Please sign in to comment.