diff --git a/.changeset/afraid-trainers-type.md b/.changeset/afraid-trainers-type.md deleted file mode 100644 index e9922b4..0000000 --- a/.changeset/afraid-trainers-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frans': minor ---- - -Move allPass to ts diff --git a/.changeset/fair-socks-grow.md b/.changeset/fair-socks-grow.md deleted file mode 100644 index 65843b43..0000000 --- a/.changeset/fair-socks-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frans': minor ---- - -Move any to ts diff --git a/.changeset/good-snakes-report.md b/.changeset/good-snakes-report.md deleted file mode 100644 index 65843b43..0000000 --- a/.changeset/good-snakes-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frans': minor ---- - -Move any to ts diff --git a/.changeset/orange-garlics-fetch.md b/.changeset/orange-garlics-fetch.md deleted file mode 100644 index 532833d..0000000 --- a/.changeset/orange-garlics-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frans': minor ---- - -Move add to ts diff --git a/.changeset/tame-impalas-lay.md b/.changeset/tame-impalas-lay.md deleted file mode 100644 index 965fc33..0000000 --- a/.changeset/tame-impalas-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frans': minor ---- - -Move always to ts diff --git a/.changeset/tasty-eggs-smile.md b/.changeset/tasty-eggs-smile.md deleted file mode 100644 index 859c2d7..0000000 --- a/.changeset/tasty-eggs-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frans': minor ---- - -Move adjust to ts diff --git a/.changeset/ten-jeans-mate.md b/.changeset/ten-jeans-mate.md deleted file mode 100644 index b9ab5c9..0000000 --- a/.changeset/ten-jeans-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frans': major ---- - -Remove addIndex function diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fe215a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# frans + +## 2.0.0 +### Major Changes + + + +- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Remove addIndex function + + +### Minor Changes + + + +- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move allPass to ts + + + +- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move any to ts + + + +- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move any to ts + + + +- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move add to ts + + + +- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move always to ts + + + +- [`bb2c942`](https://github.com/adambrgmn/frans/commit/bb2c9421fe4619f436e0f2a060f0308d966ed3c3) [#32](https://github.com/adambrgmn/frans/pull/32) Thanks [@adambrgmn](https://github.com/adambrgmn)! - Move adjust to ts diff --git a/package.json b/package.json index c59e5bb..1eb5414 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frans", - "version": "1.0.0", + "version": "2.0.0", "description": "A minimal functional programming library", "source": "src/index.ts", "main": "dist/frans.js", @@ -18,9 +18,7 @@ }, "homepage": "https://github.com/adambrgmn/frans#readme", "license": "MIT", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "microbundle", "test": "jest",