Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Nov 10, 2023
1 parent 7571171 commit e561816
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [5.0.1](https://github.com/JohnAlbin/sassy-test/compare/5.0.0...5.0.1)

- chore: Remove Travis builds [`e7ef9a1`](https://github.com/JohnAlbin/sassy-test/commit/e7ef9a163bbde4f80a8ba45b40e9b885a8fb2309)
- Fix package Git URL [`1eab2e5`](https://github.com/JohnAlbin/sassy-test/commit/1eab2e52dc6942b791c6bfebd1eeb7e9feb3053c)
- Update npmignore [`5a0af74`](https://github.com/JohnAlbin/sassy-test/commit/5a0af741da329df900b2a68083f8e24247ecf3aa)
- fix: Fix main entry point [`7571171`](https://github.com/JohnAlbin/sassy-test/commit/75711713e727bede7a006a1791660016b5187199)
- chore: Fix CHANGELOG formatting [`ff6866f`](https://github.com/JohnAlbin/sassy-test/commit/ff6866f898c0ae82e9413cc472d67cec1a8d569e)

#### [5.0.0](https://github.com/JohnAlbin/sassy-test/compare/4.0.2...5.0.0)

> 10 November 2023
- feat!: Upgrade to sass npm package from node-sass; drop callback API [`66548d9`](https://github.com/JohnAlbin/sassy-test/commit/66548d95284b0325e9429da9f0c7b9f821f0feaa)
- feat: Switch from node-sass to sass
- feat: Drop callback-based APIs
Expand All @@ -22,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
BREAKING CHANGE:
The old CommonJS entry point has been removed. Developers should switch their
codebase from CommonJS code to ESModules.
- Release 5.0.0 [`2919d84`](https://github.com/JohnAlbin/sassy-test/commit/2919d84832f86b50aa8f7428a23b6ff3c04ac670)
- Add workflow for GitHub Pages [`9187ad0`](https://github.com/JohnAlbin/sassy-test/commit/9187ad08c1c3633ab88aea9daee17b7747937a72)
- Update travis testing to Node v18/v20 [`837b40b`](https://github.com/JohnAlbin/sassy-test/commit/837b40b2c2fb0d690154c8a8449dbb10b0671b9b)
- docs: Update Pages URL [`41d853e`](https://github.com/JohnAlbin/sassy-test/commit/41d853e57e77373707837a5b036ddaa3c11d4a10)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3> </h3>


<section>
<article><h1>sassy-test API<br><small>version: <code>5.0.0</code></small></h1>
<article><h1>sassy-test API<br><small>version: <code>5.0.1</code></small></h1>
<p>This is the JavaScript API documentation for the sassy-test software. <a href="https://github.com/JohnAlbin/sassy-test">The code
for sassy-test</a> is available on GitHub.</p>
<p>The core sassy-test API can be imported with:</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sassy-test",
"version": "5.0.0",
"version": "5.0.1",
"description": "A simple helper utility for creating unit tests of Sass modules. Works great with mocha or jasmine.",
"homepage": "https://github.com/JohnAlbin/sassy-test",
"bugs": {
Expand Down

0 comments on commit e561816

Please sign in to comment.