Skip to content

Commit

Permalink
chore(release): v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Sep 12, 2022
1 parent e148da4 commit 78d5656
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [6.3.0](https://github.com/about-code/glossarify-md/compare/v6.2.1...v6.3.0) (2022-09-12)


### Features

* watch mode ([#250](https://github.com/about-code/glossarify-md/issues/250)) ([2816374](https://github.com/about-code/glossarify-md/commit/28163740ae7c8875205999b0589f7b87bfd5d2fe))
* YAML term attribute syntax ([#251](https://github.com/about-code/glossarify-md/issues/251)) ([e148da4](https://github.com/about-code/glossarify-md/commit/e148da430b0d04a198bcce34b2d604f5d2597c5d))


### Documentation Updates

* Fix manual references ([3d3c826](https://github.com/about-code/glossarify-md/commit/3d3c8269c10d9af493d15970e95815f48d965578))
* Use character included in new GitHub font ([f509714](https://github.com/about-code/glossarify-md/commit/f50971405bfba81bdc100793515e7943faf29417))
* Use with Hugo ([#247](https://github.com/about-code/glossarify-md/issues/247)) ([796fa81](https://github.com/about-code/glossarify-md/commit/796fa8163263a877cad25e7df9e5a7b5ce0da1e0))

### [6.2.1](https://github.com/about-code/glossarify-md/compare/v6.2.0...v6.2.1) (2022-07-12)


Expand Down
22 changes: 11 additions & 11 deletions conf/v5/doc/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ The default value is:
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/generateFiles"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/generateFiles"}
```


Expand Down Expand Up @@ -383,7 +383,7 @@ Generate a file with a list of tables and where they can be found.
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/glossaryFile"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/glossaryFile"}
```


Expand Down Expand Up @@ -486,7 +486,7 @@ A namespace or vocabulary identifier used as a prefix to construct URIs for glos
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/glossaryFileExport"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/glossaryFileExport"}
```


Expand Down Expand Up @@ -516,7 +516,7 @@ File path or URL to a custom JSON-LD context document. JSON-LD contexts map term
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/glossaryFileImport"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/glossaryFileImport"}
```


Expand Down Expand Up @@ -546,7 +546,7 @@ File path or URL to a custom JSON-LD context document. Expected to map attribute
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/indexFile"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/indexFile"}
```


Expand Down Expand Up @@ -596,7 +596,7 @@ When this is `false` (default) then term occurrences in sections deeper than `in
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/indexing"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/indexing"}
```


Expand Down Expand Up @@ -632,7 +632,7 @@ An array with items in a range of 1-6 denoting the depths of headings that shoul
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/listOfItemsFile"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/listOfItemsFile"}
```


Expand Down Expand Up @@ -682,7 +682,7 @@ A regular expression which when matching against text will generate an entry in
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/i18n"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/i18n"}
```


Expand Down Expand Up @@ -801,7 +801,7 @@ Whether the comparison is for sorting or for searching for matching strings. Def
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/linking"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/linking"}
```


Expand Down Expand Up @@ -974,7 +974,7 @@ When 'true' replaces markdown inline links with numbered references to a link re
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/unified"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/unified"}
```


Expand Down Expand Up @@ -1016,7 +1016,7 @@ Unified *processor* settings as described in <https://github.com/unifiedjs/unifi
Reference this group by using

```json
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json#/$defs/dev"}
{"$ref":"https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json#/$defs/dev"}
```


Expand Down
2 changes: 1 addition & 1 deletion conf/v5/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#"
,"$id": "https://raw.githubusercontent.com/about-code/glossarify-md/v5.1.0/conf/v5/schema.json"
,"$id": "https://raw.githubusercontent.com/about-code/glossarify-md/v6.3.0/conf/v5/schema.json"
,"type": "object"
,"title": "Configuration Schema"
,"description": "Load the configuration schema from your project's node_modules folder, for example './node_modules/glossarify-md/conf/v5/schema.json', or from a GitHub major release tag when installed globally, for example https://raw.githubusercontent.com/about-code/glossarify-md/v5.0.0/conf/v5/schema.json\nUse glossarify-md --init [--local] to generate a config with one or the other.\nNote that the configuration schema version is independent from the glossarify-md release version. Configuration schema version 5 introduced with glossarify-md v5.0.0 may still be used with glossarify-md v6.0.0 or v7.0.0. if there are no breaking changes in the schema."
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": "glossarify-md",
"version": "6.2.1",
"version": "6.3.0",
"description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.",
"author": {
"name": "Andreas Martin"
Expand Down

0 comments on commit 78d5656

Please sign in to comment.