Skip to content

Commit

Permalink
chore(release): 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed Jun 12, 2024
1 parent 0196156 commit d324f02
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [1.0.5](https://github.com/Open-Science-Community-Saudi-Arabia/JSquarto/compare/v1.1.0...v1.0.5) (2024-06-12)


### Bug Fixes

* incorrect file paths while merging crowdin translations ([0196156](https://github.com/Open-Science-Community-Saudi-Arabia/JSquarto/commit/01961566ef87639cb120d6704b401473d7a7c969))
* translations dir in config ([cfa81fc](https://github.com/Open-Science-Community-Saudi-Arabia/JSquarto/commit/cfa81fc650b0d52ee2e1b830fa0a0d131fd7b43f))

## 1.0.4 (2024-06-11)

### Features
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.

12 changes: 2 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
{
"name": "@oscsa/jsquarto",
"version": "1.0.4",
"version": "1.0.5",
"description": "Generate JS package API reference documentation using Markdown and Quarto. JSquarto is designed as an alternative to JSDoc",
"repository": {
"type": "git",
"url": "https://github.com/Open-Science-Community-Saudi-Arabia/JSquarto"
},
"keywords": [
"jsquarto",
"jsdoc",
"quarto",
"documentation",
"markdown",
"cli"
],
"keywords": [],
"homepage": "https://jsquarto.netlify.app/",
"main": "index.js",
"scripts": {
Expand All @@ -39,7 +32,6 @@
"bin": {
"jsq": "./bin/jsq.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
Expand Down

0 comments on commit d324f02

Please sign in to comment.