Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Nov 7, 2022
1 parent 5e1e24f commit f8999bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ inputs.ref }}
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
node-version: 'lts/*'
cache: yarn
- run: yarn install
- run: yarn build-docs
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## UNRELEASED

- 🏠 INTERNAL: Remove documentation from npm package

## 0.1.0-beta.15 - 2020/10/20

- INTERNAL: Update dependencies & fix demo site
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"sass/**/*.scss",
"_index.scss",
"index.js",
"dist.js",
"docs/"
"dist.js"
]
}

0 comments on commit f8999bc

Please sign in to comment.