Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
- Updated `CHANGELOG.md`
- Updated `README.md`
- Bumped version
  • Loading branch information
novacbn committed Mar 11, 2020
1 parent 715ebdc commit 5a74e99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v0.0.3 - **UNRELEASED**
## v0.0.3 - 2020/03/10

- Added [`geraintluff/tv4`](https://github.com/geraintluff/tv4) as a dependency for JSON Schema validation
- Added `format_css_declaration`, `format_css_reference`, `format_css_variable` to `util/shared/browser` for handling CSS standardized formatting
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provides common utilities for working with Svelte
Open your terminal and install via `npm`:

```sh
npm install git+https://github.com/novacbn/svelte-commons#0.0.2
npm install git+https://github.com/novacbn/svelte-commons#0.0.3
```

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion 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": "svelte-commons",
"version": "0.0.2",
"version": "0.0.3",
"description": "Provides common utilities for working with Svelte",
"main": "lib/index.js",
"typings": "types/index.d.ts",
Expand Down

0 comments on commit 5a74e99

Please sign in to comment.