Skip to content

Commit

Permalink
Merge pull request #203 from DaveKeehl/release/release-version-1.0.1
Browse files Browse the repository at this point in the history
Release/release version 1.0.1
  • Loading branch information
DaveKeehl authored Apr 4, 2024
2 parents bda1399 + f8c1ccc commit 1664451
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jobs:
with:
path: 'packages/svelte-reveal'

- name: Change directory
run: cd packages/svelte-reveal

- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
with:
changelog_file: ./packages/svelte-reveal/CHANGELOG.md

- name: Create new release
id: create-release
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-reveal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [1.0.1] - 2024-04-04

### Fixed

- GitHub actions release workflow

## [1.0.0] - 2024-04-04

### Added
Expand Down Expand Up @@ -173,3 +179,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.6.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.5.0...0.6.0
[0.7.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.6.0...0.7.0
[1.0.0]: https://github.com/DaveKeehl/svelte-reveal/compare/0.7.0...1.0.0
[1.0.1]: https://github.com/DaveKeehl/svelte-reveal/compare/1.0.0...1.0.1
2 changes: 1 addition & 1 deletion packages/svelte-reveal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-reveal",
"version": "1.0.0",
"version": "1.0.1",
"description": "Svelte action that leverages the Intersection Observer API to trigger reveal on scroll transitions",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 1664451

Please sign in to comment.