diff --git a/lib/jasmine-core/boot0.js b/lib/jasmine-core/boot0.js index c773ba8eb..b053af10d 100644 --- a/lib/jasmine-core/boot0.js +++ b/lib/jasmine-core/boot0.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2022 Pivotal Labs +Copyright (c) 2008-2023 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/jasmine-core/boot1.js b/lib/jasmine-core/boot1.js index 5fe49e418..b06f7d8cc 100644 --- a/lib/jasmine-core/boot1.js +++ b/lib/jasmine-core/boot1.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2022 Pivotal Labs +Copyright (c) 2008-2023 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 3e77af64c..5e4d359c5 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -10484,5 +10484,5 @@ getJasmineRequireObj().UserContext = function(j$) { }; getJasmineRequireObj().version = function() { - return '4.4.0'; + return '4.6.0'; }; diff --git a/lib/jasmine-core/node_boot.js b/lib/jasmine-core/node_boot.js index c10ca3606..bf6acdfe2 100644 --- a/lib/jasmine-core/node_boot.js +++ b/lib/jasmine-core/node_boot.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2022 Pivotal Labs +Copyright (c) 2008-2023 Pivotal Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index d4cade291..5108ca60e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "4.5.0", + "version": "4.6.0", "repository": { "type": "git", "url": "https://github.com/jasmine/jasmine.git" diff --git a/release_notes/4.6.0.md b/release_notes/4.6.0.md new file mode 100644 index 000000000..7772b1ec4 --- /dev/null +++ b/release_notes/4.6.0.md @@ -0,0 +1,19 @@ +# Jasmine Core 4.6.0 Release Notes + +## New Features + +* Report the ID of each suite/spec's parent +* Report the path/url of the file that the spec/suite was defined in + * Fixes [#1884](https://github.com/jasmine/jasmine/issues/1884) +* Added Firefox 102 (current ESR) to supported browsers + + +## Internal improvements + +* Pinned sass to 1.58.3 for compatibility with Node 12 +* Pinned eslint-plugin-compat to <4.1.0 for compatibility with Node 12 +* Pinned Grunt to <1.6.0 for compatibility with Node 12 + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_