Skip to content

Commit 844b29e

Browse files
Version Packages (#26)
* chore: version packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 63d536a commit 844b29e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tiny-dancers-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
And the commit messages from [Conventional Commits](https://conventionalcommits.org) are being used.
99

10+
## 0.1.0
11+
12+
### Minor Changes
13+
14+
- 9bd0636: feat: provide run-time / cli capability
15+
1016
## 0.0.1
1117

1218
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-if-polyfill",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"type": "module",
55
"description": "A JavaScript polyfill for CSS if() functionality with style(), media(), and supports() functions",
66
"repository": {

0 commit comments

Comments
 (0)