Skip to content

Commit 27cc3bd

Browse files
chore(main): release trivet-monolingual 1.1.0 (#18)
* 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 <ned@bight.dev>
1 parent 89a3410 commit 27cc3bd

4 files changed

+18
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "1.1.0"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/fluid-project/trivet-monolingual/compare/trivet-monolingual-v1.0.2...trivet-monolingual-v1.1.0) (2024-01-08)
4+
5+
6+
### Features
7+
8+
* lint JavaScript in Markdown ([#17](https://github.com/fluid-project/trivet-monolingual/issues/17)) ([efac02a](https://github.com/fluid-project/trivet-monolingual/commit/efac02acf7947c8a1910fa8476f4ee913005f0fb))
9+
* update robots.txt ([#20](https://github.com/fluid-project/trivet-monolingual/issues/20)) ([bfea813](https://github.com/fluid-project/trivet-monolingual/commit/bfea813c18e0dd45080d3aa879919cd902d0c061))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
* 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))
16+
317
## [1.0.2](https://github.com/fluid-project/trivet-monolingual/compare/v1.0.1...v1.0.2) (2023-08-15)
418

519

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trivet-monolingual",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.",
55
"scripts": {
66
"build": "npm-run-all -l clean -p build:*",

0 commit comments

Comments
 (0)