Skip to content

Commit 5468e06

Browse files
committed
Version 4.1.0
1 parent ef685db commit 5468e06

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/.nyc_output/
12
/coverage/
23
/node_modules/

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 Fantasy Land
3+
Copyright (c) 2020 Fantasy Land
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fantasy-land",
33
"author": "Brian McKenna",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"description": "Specification for interoperability of common algebraic structures in JavaScript",
66
"license": "MIT",
77
"homepage": "https://github.com/fantasyland/fantasy-land",

0 commit comments

Comments
 (0)