Skip to content

Commit

Permalink
chore(release): 🚀 2.0.0 - Support for Foundry V9
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Dec 18, 2021
1 parent b2b0979 commit 1485d52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.0 (2021-12-18)

- Support for Foundry V9.

## 1.2.0 (2021-12-18)

- Support for compendium links courtesy @Mgiepz.
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"description": "A library that provides Journals with much awaited page anchors, similar to how HTML supports it.",
"author": "aMediocreDad",
"library": true,
"version": "1.2.0",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "0.8.9",
"version": "2.0.0",
"minimumCoreVersion": "V9",
"compatibleCoreVersion": "V9",
"scripts": ["lib/lib.js"],
"styles": ["jal.css"],
"languages": [
Expand All @@ -21,5 +21,5 @@
"readme": "README.md",
"changelog": "CHANGELOG.md",
"manifest": "https://github.com/aMediocreDad/jal/releases/latest/download/module.json",
"download": "https://github.com/aMediocreDad/jal/archive/refs/tags/v1.2.0.zip"
"download": "https://github.com/aMediocreDad/jal/archive/refs/tags/v2.0.0.zip"
}

0 comments on commit 1485d52

Please sign in to comment.