Skip to content

Commit 8de282a

Browse files
committed
chore: pre release v1.1.1
1 parent 910b4db commit 8de282a

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

CHANGELOG.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
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).
22

3-
## [Unreleased](https://github.com/Smartesting/vmsp/compare/v1.1.1...main)
4-
5-
### Info
6-
7-
### Added
8-
9-
### Changed
10-
11-
### Deprecated
12-
13-
### Removed
3+
## [1.1.1](https://github.com/Smartesting/vmsp/compare/v1.1.0...v1.1.1)
144

155
### Fixed
166

7+
- Fixed package.json (removed type: module)
8+
179
## [1.1.0](https://github.com/Smartesting/vmsp/compare/v1.0.2...v1.1.0)
1810

1911
### Added

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": "@smartesting/vmsp",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "This library offers an efficient TypeScript implementation of the VMSP (Vertical Mining of Sequential Patterns) algorithm. VMSP is an algorithm that mines frequent maximal sequential patterns in a database of sequences, proposed by Fournier-Viger et al.(2013).",
55
"main": "dist/index.js",
66
"types": "dist/types.d.ts",

0 commit comments

Comments
 (0)