Skip to content

Commit

Permalink
chore(release): 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodrigues-newstore committed Oct 5, 2024
1 parent 9e46525 commit 9e2c302
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [4.1.2](https://github.com/goblindegook/littlefoot/compare/v4.1.1...v4.1.2) (2024-10-05)

### [4.1.1](https://github.com/goblindegook/littlefoot/compare/v4.1.0...v4.1.1) (2024-05-17)


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.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "littlefoot",
"description": "Footnotes without the footprint.",
"version": "4.1.1",
"version": "4.1.2",
"sideEffects": false,
"license": "MIT",
"repository": "goblindegook/littlefoot",
Expand All @@ -28,7 +28,9 @@
"prepare": "npm run build"
},
"lint-staged": {
"{src,test}/**/*.{js,json,ts}": ["biome check --write ."]
"{src,test}/**/*.{js,json,ts}": [
"biome check --write ."
]
},
"author": {
"name": "Luís Rodrigues",
Expand All @@ -40,7 +42,9 @@
"module": "dist/littlefoot.mjs",
"typings": "dist/littlefoot.d.ts",
"style": "dist/littlefoot.css",
"browserslist": ["defaults"],
"browserslist": [
"defaults"
],
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@commitlint/cli": "19.5.0",
Expand Down

0 comments on commit 9e2c302

Please sign in to comment.