Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-wilcox committed Aug 1, 2024
1 parent fad6d53 commit 6b2aac3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to

## [Unreleased]

## [0.4.1] - 2024-08-01

### Added

- Test Obsidian vault.
Expand Down Expand Up @@ -103,7 +105,9 @@ and this project adheres to
- Users can opt to enable TailwindCSS's Preflight styles.

[unreleased]:
https://github.com/nicholas-wilcox/unofficial-tailwindcss-obsidian-plugin/compare/0.4.0...HEAD
https://github.com/nicholas-wilcox/unofficial-tailwindcss-obsidian-plugin/compare/0.4.1...HEAD
[0.4.1]:
https://github.com/nicholas-wilcox/unofficial-tailwindcss-obsidian-plugin/compare/0.4.0...0.4.1
[0.4.0]:
https://github.com/nicholas-wilcox/unofficial-tailwindcss-obsidian-plugin/compare/0.3.1...0.4.0
[0.3.1]:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "unofficial-tailwindcss-plugin",
"name": "Unofficial TailwindCSS Plugin",
"version": "0.4.0",
"version": "0.4.1",
"minAppVersion": "0.15.0",
"description": "Use TailwindCSS utility classes in your markup.",
"author": "Nicholas Wilcox",
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": "unofficial-tailwindcss-obsidian-plugin",
"version": "0.4.0",
"version": "0.4.1",
"description": "Use TailwindCSS utility classes in your Obsidian vault's markup.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"0.2.2": "0.15.0",
"0.3.0": "0.15.0",
"0.3.1": "0.15.0",
"0.4.0": "0.15.0"
"0.4.0": "0.15.0",
"0.4.1": "0.15.0"
}

0 comments on commit 6b2aac3

Please sign in to comment.