Skip to content

Commit

Permalink
chore(main): release trivet-monolingual 1.1.0 (#18)
Browse files Browse the repository at this point in the history
* chore(main): release trivet-monolingual 1.1.0

* ci: trigger CI

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ned Zimmerman <[email protected]>
  • Loading branch information
github-actions[bot] and greatislander authored Jan 8, 2024
1 parent 89a3410 commit 27cc3bd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.1.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/fluid-project/trivet-monolingual/compare/trivet-monolingual-v1.0.2...trivet-monolingual-v1.1.0) (2024-01-08)


### Features

* lint JavaScript in Markdown ([#17](https://github.com/fluid-project/trivet-monolingual/issues/17)) ([efac02a](https://github.com/fluid-project/trivet-monolingual/commit/efac02acf7947c8a1910fa8476f4ee913005f0fb))
* update robots.txt ([#20](https://github.com/fluid-project/trivet-monolingual/issues/20)) ([bfea813](https://github.com/fluid-project/trivet-monolingual/commit/bfea813c18e0dd45080d3aa879919cd902d0c061))


### Bug Fixes

* use correct Dependabot ignore syntax ([#19](https://github.com/fluid-project/trivet-monolingual/issues/19)) ([cca79c6](https://github.com/fluid-project/trivet-monolingual/commit/cca79c60be6a27255d6c69b6693c83fce910c634))
* use more descriptive script names for linting (S)CSS and JavaScript ([#22](https://github.com/fluid-project/trivet-monolingual/issues/22)) ([32f81f1](https://github.com/fluid-project/trivet-monolingual/commit/32f81f161e5a103be48a6b0a9db7d65f6a5797ed))

## [1.0.2](https://github.com/fluid-project/trivet-monolingual/compare/v1.0.1...v1.0.2) (2023-08-15)


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": "trivet-monolingual",
"version": "1.0.2",
"version": "1.1.0",
"description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.",
"scripts": {
"build": "npm-run-all -l clean -p build:*",
Expand Down

0 comments on commit 27cc3bd

Please sign in to comment.