Skip to content

Commit d87aadb

Browse files
committed
Version 1.0.1-SNAPSHOT
1 parent b55ef77 commit d87aadb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.0.1 - 2023-12-13]
8+
### Added
9+
710
## [1.0.0 - 2023-12-13]
811
### Added
912
- First version

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@samply/root-config",
3-
"version": "1.0.0-SNAPSHOT",
3+
"version": "1.0.1-SNAPSHOT",
44
"scripts": {
55
"start": "webpack serve --port 9000 --env isLocal",
66
"lint": "eslint src --ext js,ts,tsx",

0 commit comments

Comments
 (0)