Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.1...v1.11.0) (2023-02-25)

### Bug Fixes

* js optional chain ([74a1dbc](74a1dbc))

### Features

* add jsonLd shortocde that outputs without script tag ([792690b](792690b)), closes [#49](#49)
  • Loading branch information
semantic-release-bot committed Feb 25, 2023
1 parent e845d15 commit 37a7f31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.11.0](https://github.com/quasibit/eleventy-plugin-schema/compare/v1.10.1...v1.11.0) (2023-02-25)


### Bug Fixes

* js optional chain ([74a1dbc](https://github.com/quasibit/eleventy-plugin-schema/commit/74a1dbc74e3030918909cb849cef3718993673d9))


### Features

* add jsonLd shortocde that outputs without script tag ([792690b](https://github.com/quasibit/eleventy-plugin-schema/commit/792690b7000fe7a2e06b039e3b049c481c64b11d)), closes [#49](https://github.com/quasibit/eleventy-plugin-schema/issues/49)

## [1.10.1](https://github.com/quasibit/eleventy-plugin-schema/compare/v1.10.0...v1.10.1) (2023-02-20)


Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.10.1",
"version": "1.11.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit 37a7f31

Please sign in to comment.